File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 id : $(build.serviceConnection.id)
7171 tenantId : $(build.serviceConnection.tenantId)
7272 clientId : $(build.serviceConnection.clientId)
73- - ${{ if parameters.isInternalServicingValidation }} :
73+ - ${{ if eq( parameters.isInternalServicingValidation, true) }} :
7474 - name : storage
7575 id : $(dotnetstaging.serviceConnection.id)
7676 tenantId : $(dotnetstaging.serviceConnection.tenantId)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ stages:
2525 - template : /eng/pipelines/steps/set-public-source-branch-var.yml@self
2626 customBuildInitSteps :
2727 - template : /eng/pipelines/steps/set-public-source-branch-var.yml@self
28- - ${{ if parameters.isInternalServicingValidation }} :
28+ - ${{ if eq( parameters.isInternalServicingValidation, true) }} :
2929 - powershell : |
3030 $imageBuilderBuildArgs = "$IMAGEBUILDERBUILDARGS --internal"
3131 echo "##vso[task.setvariable variable=imageBuilderBuildArgs]$imageBuilderBuildArgs"
You can’t perform that action at this time.
0 commit comments