File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,10 @@ variables:
5050 value : true
5151- name : _UseHelixOpenQueues
5252 value : ' true'
53- - ${{ if in(variables['Build.Reason'], 'PullRequest') }} :
54- - name : _BuildArgs
55- value : ' /p:SkipTestBuild=true /p:PostBuildSign=$(PostBuildSign)'
56- - name : _PublishArgs
57- value : ' '
53+ - name : _BuildArgs
54+ value : ' /p:SkipTestBuild=true /p:PostBuildSign=$(PostBuildSign)'
55+ - name : _PublishArgs
56+ value : ' '
5857# Write binary logs for all main Windows build steps except the x86 one in public and PR builds.
5958- name : WindowsArm64LogArgs
6059 value : /bl:artifacts/log/Release/Build.arm64.binlog
@@ -615,4 +614,4 @@ stages:
615614 timeoutInMinutes : 120
616615 variables :
617616 # Log environment variables in binary logs to ease debugging
618- MSBUILDLOGALLENVIRONMENTVARIABLES : true
617+ MSBUILDLOGALLENVIRONMENTVARIABLES : true
You can’t perform that action at this time.
0 commit comments