Skip to content

Commit 2bbef27

Browse files
committed
correct names
1 parent f11d396 commit 2bbef27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/batch-generation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ stages:
5151
targetType: inline
5252
pwsh: true
5353
script: |
54-
Write-Host "Pipeline variable SKIPPED_MODULES: $($env:SKIPPED_MODULES)"
55-
Write-Host "Pipeline variable GENERATION_BASE_BRANCH: $($env:GENERATION_BASE_BRANCH)"
54+
Write-Host "Pipeline variable SkippedModules: $($env:SkippedModules)"
55+
Write-Host "Pipeline variable GenerationBaseBranch: $($env:GenerationBaseBranch)"
5656
Write-Host "Pipeline variable FailedJobNotificationReceivers: $($env:FailedJobNotificationReceivers)"
5757
5858
Write-Host "Parameter TestChangedModulesOnly: ${{ parameters.TestChangedModulesOnly }}"

0 commit comments

Comments
 (0)