We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11d396 commit 2bbef27Copy full SHA for 2bbef27
.azure-pipelines/batch-generation.yml
@@ -51,8 +51,8 @@ stages:
51
targetType: inline
52
pwsh: true
53
script: |
54
- Write-Host "Pipeline variable SKIPPED_MODULES: $($env:SKIPPED_MODULES)"
55
- Write-Host "Pipeline variable GENERATION_BASE_BRANCH: $($env:GENERATION_BASE_BRANCH)"
+ Write-Host "Pipeline variable SkippedModules: $($env:SkippedModules)"
+ Write-Host "Pipeline variable GenerationBaseBranch: $($env:GenerationBaseBranch)"
56
Write-Host "Pipeline variable FailedJobNotificationReceivers: $($env:FailedJobNotificationReceivers)"
57
58
Write-Host "Parameter TestChangedModulesOnly: ${{ parameters.TestChangedModulesOnly }}"
0 commit comments