Try using a different syntax for queue demands
Again, see internal issue #80
This commit is contained in:
parent
fe6d5fff03
commit
4389297962
|
|
@ -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 -eq 'DDVSOSWINAGE086'
|
||||
- agent.name -equals DDVSOSWINAGE086
|
||||
variables:
|
||||
CI: true
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue