diff --git a/.vsts/builds/ci-official.yml b/.vsts/builds/ci-official.yml index a7992d9c6d..6b3de232bd 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.name -equals DDVSOWINAGE086 variables: CI: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true