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 af0e9fd commit 066f555Copy full SHA for 066f555
.azure-pipelines/integrated-pipeline.yml
@@ -40,7 +40,7 @@ stages:
40
targetType: 'inline'
41
script: |
42
printenv
43
- if ($Env:BUILD_SOURCEBRANCHNAME -eq "releaseCadencev2"){
+ if ($Env:BUILD_SOURCEBRANCHNAME -eq "master"){
44
Write-Host "##vso[task.setvariable variable=BUILDNUMBER;isOutput=true]-1"
45
}
46
Write-Host $(BUILDNUMBER)
0 commit comments