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:
50
50
value : true
51
51
- name : _UseHelixOpenQueues
52
52
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 : ' '
58
57
# Write binary logs for all main Windows build steps except the x86 one in public and PR builds.
59
58
- name : WindowsArm64LogArgs
60
59
value : /bl:artifacts/log/Release/Build.arm64.binlog
@@ -615,4 +614,4 @@ stages:
615
614
timeoutInMinutes : 120
616
615
variables :
617
616
# 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