From 4389297962bc6b52df91d1f8dc06b696bf4e2343 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 24 Aug 2018 14:12:14 -0700 Subject: [PATCH] Try using a different syntax for queue demands Again, see internal issue #80 --- .vsts/builds/ci-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts/builds/ci-official.yml b/.vsts/builds/ci-official.yml index bde7d16b48..333d11fb12 100644 --- a/.vsts/builds/ci-official.yml +++ b/.vsts/builds/ci-official.yml @@ -8,7 +8,7 @@ phases: BuildConfiguration: Release # see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account demands: - - agent.name -eq 'DDVSOSWINAGE086' + - agent.name -equals DDVSOSWINAGE086 variables: CI: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true