Skip to content

Commit e7b8f31

Browse files
committed
default null
1 parent a88623e commit e7b8f31

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.azure-pipelines/batch-generation.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ parameters:
44
default: 'True'
55
- name: SelectedTargetModules
66
type: string
7-
default: ''
7+
default: 'None'
88
- name: NotificationReceiversOverride
99
type: string
10-
default: ''
10+
default: 'None'
1111

1212
variables:
1313
IntermediateStepTimeoutInMinutes: 30
@@ -59,10 +59,6 @@ stages:
5959
Write-Host "Parameter SelectedTargetModules: ${{ parameters.SelectedTargetModules }}"
6060
Write-Host "Parameter NotificationReceiversOverride: ${{ parameters.NotificationReceiversOverride }}"
6161
62-
Write-Host "FINAL_NOTIFICATION_RECEIVERS: $($env:FINAL_NOTIFICATION_RECEIVERS)"
63-
env:
64-
FINAL_NOTIFICATION_RECEIVERS: ${{ coalesce(parameters.NotificationReceiversOverride, variables.FailedJobNotificationReceivers) }}
65-
6662
# TODO: (Bernard) Uncomment the no checkout step after automatically install repo into agents
6763
# - checkout: none
6864
- checkout: self

0 commit comments

Comments
 (0)