Merge branch 'release/2.2'
This commit is contained in:
commit
88bd05057e
|
|
@ -1,3 +1,12 @@
|
||||||
|
trigger:
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
- release/*
|
||||||
|
exclude:
|
||||||
|
- release/2.1
|
||||||
|
- release/2.0
|
||||||
|
|
||||||
phases:
|
phases:
|
||||||
- phase: Windows
|
- phase: Windows
|
||||||
queue:
|
queue:
|
||||||
|
|
@ -8,7 +17,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 DDVSOWINAGE086
|
- agent.name -equals DDVSOWINAGE087
|
||||||
variables:
|
variables:
|
||||||
CI: true
|
CI: true
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue