Skip to content

Commit c8bcb96

Browse files
committed
Revert location change for _UseHelixOpenQueues variable
nit: Remove extra `if`
1 parent 782b7c5 commit c8bcb96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ variables:
3131
value: .NETCORE
3232
- name: _DotNetValidationArtifactsCategory
3333
value: .NETCORE
34-
- name: _UseHelixOpenQueues
35-
value: 'true'
3634
- ${{ if ne(variables['System.TeamProject'], 'internal') }}:
35+
- name: _UseHelixOpenQueues
36+
value: 'true'
3737
- name: _BuildArgs
3838
value: ''
3939
- name: _PublishArgs
@@ -53,7 +53,6 @@ variables:
5353
# to have it in two different forms
5454
- name: _InternalRuntimeDownloadCodeSignArgs
5555
value: /p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
56-
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
5756
- group: DotNet-HelixApi-Access
5857
- name: _UseHelixOpenQueues
5958
value: 'false'

0 commit comments

Comments
 (0)