Skip to content

Commit f91bd43

Browse files
authored
Update ci-public.yml
1 parent 3358809 commit f91bd43

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)