From 63355f13ba428c6331b1ed65fd6337630919ad8e Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 24 Aug 2018 14:06:07 -0700 Subject: [PATCH] Attempt to fix queue demands See internal issue #80 about demands evaluation --- .vsts/builds/ci-official.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vsts/builds/ci-official.yml b/.vsts/builds/ci-official.yml index 9f25257a0b..f7fe2f4ff0 100644 --- a/.vsts/builds/ci-official.yml +++ b/.vsts/builds/ci-official.yml @@ -6,8 +6,9 @@ phases: matrix: Release: BuildConfiguration: Release - # see https://github.com/dotnet/core-eng/issues/4053 - demands: in(agent.name, 'DDVSOSWINAGE086', 'DDVSOSWINAGE087') + # see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account + demands: + - agent.os -eq 'DDVSOSWINAGE086' variables: CI: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true