File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ parameters:
4
4
default : ' True'
5
5
- name : SelectedTargetModules
6
6
type : string
7
- default : ' '
7
+ default : ' None '
8
8
- name : NotificationReceiversOverride
9
9
type : string
10
- default : ' '
10
+ default : ' None '
11
11
12
12
variables :
13
13
IntermediateStepTimeoutInMinutes : 30
@@ -59,10 +59,6 @@ stages:
59
59
Write-Host "Parameter SelectedTargetModules: ${{ parameters.SelectedTargetModules }}"
60
60
Write-Host "Parameter NotificationReceiversOverride: ${{ parameters.NotificationReceiversOverride }}"
61
61
62
- Write-Host "FINAL_NOTIFICATION_RECEIVERS: $($env:FINAL_NOTIFICATION_RECEIVERS)"
63
- env :
64
- FINAL_NOTIFICATION_RECEIVERS : ${{ coalesce(parameters.NotificationReceiversOverride, variables.FailedJobNotificationReceivers) }}
65
-
66
62
# TODO: (Bernard) Uncomment the no checkout step after automatically install repo into agents
67
63
# - checkout: none
68
64
- checkout : self
You can’t perform that action at this time.
0 commit comments