Revert location change for `_UseHelixOpenQueues` variable
nit: Remove extra `if`
This commit is contained in:
parent
782b7c5dcd
commit
c8bcb96d59
|
|
@ -31,9 +31,9 @@ variables:
|
||||||
value: .NETCORE
|
value: .NETCORE
|
||||||
- name: _DotNetValidationArtifactsCategory
|
- name: _DotNetValidationArtifactsCategory
|
||||||
value: .NETCORE
|
value: .NETCORE
|
||||||
- name: _UseHelixOpenQueues
|
|
||||||
value: 'true'
|
|
||||||
- ${{ if ne(variables['System.TeamProject'], 'internal') }}:
|
- ${{ if ne(variables['System.TeamProject'], 'internal') }}:
|
||||||
|
- name: _UseHelixOpenQueues
|
||||||
|
value: 'true'
|
||||||
- name: _BuildArgs
|
- name: _BuildArgs
|
||||||
value: ''
|
value: ''
|
||||||
- name: _PublishArgs
|
- name: _PublishArgs
|
||||||
|
|
@ -53,7 +53,6 @@ variables:
|
||||||
# to have it in two different forms
|
# to have it in two different forms
|
||||||
- name: _InternalRuntimeDownloadCodeSignArgs
|
- name: _InternalRuntimeDownloadCodeSignArgs
|
||||||
value: /p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
|
value: /p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
|
||||||
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
|
||||||
- group: DotNet-HelixApi-Access
|
- group: DotNet-HelixApi-Access
|
||||||
- name: _UseHelixOpenQueues
|
- name: _UseHelixOpenQueues
|
||||||
value: 'false'
|
value: 'false'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue