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:
|
||||
- phase: Windows
|
||||
queue:
|
||||
|
|
@ -8,7 +17,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 -equals DDVSOWINAGE086
|
||||
- agent.name -equals DDVSOWINAGE087
|
||||
variables:
|
||||
CI: true
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue