Another attempt to fix the list of agent demands to workaround issues in VSTS
#80
This commit is contained in:
parent
4389297962
commit
0500d5f7ef
|
|
@ -8,7 +8,7 @@ phases:
|
||||||
BuildConfiguration: Release
|
BuildConfiguration: Release
|
||||||
# see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account
|
# see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account
|
||||||
demands:
|
demands:
|
||||||
- agent.name -equals DDVSOSWINAGE086
|
- agent.name -equals DDVSOWINAGE086
|
||||||
variables:
|
variables:
|
||||||
CI: true
|
CI: true
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue