Attempt to fix queue demands

See internal issue #80 about demands evaluation
This commit is contained in:
Nate McMaster 2018-08-24 14:06:07 -07:00
parent 5e323e148a
commit 63355f13ba
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 3 additions and 2 deletions

View File

@ -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