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 6e88854 commit 6c6361dCopy full SHA for 6c6361d
.azure/pipelines/ci-public.yml
@@ -50,11 +50,10 @@ variables:
50
value: true
51
- name: _UseHelixOpenQueues
52
value: ${{ ne(variables['System.TeamProject'], 'internal') }}
53
-- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
54
- - name: _BuildArgs
55
- value: '/p:SkipTestBuild=true /p:PostBuildSign=$(PostBuildSign)'
56
- - name: _PublishArgs
57
- value: ''
+- name: _BuildArgs
+ value: '/p:SkipTestBuild=true /p:PostBuildSign=$(PostBuildSign)'
+- name: _PublishArgs
+ value: ''
58
# Write binary logs for all main Windows build steps except the x86 one in public and PR builds.
59
- name: WindowsArm64LogArgs
60
value: /bl:artifacts/log/Release/Build.arm64.binlog
0 commit comments