Update infrastructure for the 2.2 release

This commit is contained in:
Nate McMaster
2018-06-28 16:20:26 -07:00
parent cf659b3fda
commit 067298bead
4 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
trigger:
- dev
- master
- release/*
resources:
@@ -7,7 +7,7 @@ resources:
- repository: buildtools
type: git
name: aspnet-BuildTools
ref: refs/heads/dev
ref: refs/heads/release/2.2
phases:
- template: .vsts-pipelines/templates/project-ci.yml@buildtools

View File

@@ -1,5 +1,5 @@
trigger:
- dev
- master
- release/*
# See https://github.com/aspnet/BuildTools
@@ -9,7 +9,7 @@ resources:
type: github
endpoint: DotNet-Bot GitHub Connection
name: aspnet/BuildTools
ref: refs/heads/dev
ref: refs/heads/release/2.2
phases:
- template: .vsts-pipelines/templates/project-ci.yml@buildtools