Merge branch 'release/2.2'

This commit is contained in:
Nate McMaster 2018-08-29 22:01:15 -07:00
commit 88bd05057e
No known key found for this signature in database
GPG Key ID: C6F361EAE0EB4089
1 changed files with 10 additions and 1 deletions

View File

@ -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