Merge branch 'release/2.2'
This commit is contained in:
commit
37a4409adc
|
|
@ -6,8 +6,9 @@ phases:
|
||||||
matrix:
|
matrix:
|
||||||
Release:
|
Release:
|
||||||
BuildConfiguration: Release
|
BuildConfiguration: Release
|
||||||
# see https://github.com/dotnet/core-eng/issues/4053
|
# see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account
|
||||||
demands: in(agent.name, 'DDVSOSWINAGE086', 'DDVSOSWINAGE087')
|
demands:
|
||||||
|
- 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