Skip to content

Commit 4389297

Browse files
author
Nate McMaster
committed
Try using a different syntax for queue demands
Again, see internal issue #80
1 parent fe6d5ff commit 4389297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts/builds/ci-official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ phases:
88
BuildConfiguration: Release
99
# see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account
1010
demands:
11-
- agent.name -eq 'DDVSOSWINAGE086'
11+
- agent.name -equals DDVSOSWINAGE086
1212
variables:
1313
CI: true
1414
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 commit comments

Comments
 (0)