From c8bcb96d59f6c1d42f36a547954a65afd6b9b503 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Thu, 20 Feb 2020 11:18:07 -0800 Subject: [PATCH] Revert location change for `_UseHelixOpenQueues` variable nit: Remove extra `if` --- .azure/pipelines/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 7c64003843f..e7e424ae8ca 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -31,9 +31,9 @@ variables: value: .NETCORE - name: _DotNetValidationArtifactsCategory value: .NETCORE -- name: _UseHelixOpenQueues - value: 'true' - ${{ if ne(variables['System.TeamProject'], 'internal') }}: + - name: _UseHelixOpenQueues + value: 'true' - name: _BuildArgs value: '' - name: _PublishArgs @@ -53,7 +53,6 @@ variables: # to have it in two different forms - name: _InternalRuntimeDownloadCodeSignArgs 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 - name: _UseHelixOpenQueues value: 'false' -- GitLab