From 0500d5f7efae087241782323114e72c269782d32 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 24 Aug 2018 14:28:13 -0700 Subject: [PATCH] Another attempt to fix the list of agent demands to workaround issues in VSTS #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 333d11fb12..e40134688f 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 -equals DDVSOSWINAGE086 + - agent.name -equals DDVSOWINAGE086 variables: CI: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true