Skip to content

Commit 63355f1

Browse files
author
Nate McMaster
committed
Attempt to fix queue demands
See internal issue #80 about demands evaluation
1 parent 5e323e1 commit 63355f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vsts/builds/ci-official.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ phases:
66
matrix:
77
Release:
88
BuildConfiguration: Release
9-
# see https://github.com/dotnet/core-eng/issues/4053
10-
demands: in(agent.name, 'DDVSOSWINAGE086', 'DDVSOSWINAGE087')
9+
# see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account
10+
demands:
11+
- agent.os -eq 'DDVSOSWINAGE086'
1112
variables:
1213
CI: true
1314
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 commit comments

Comments
 (0)