[automated] Change default branch to master

This commit is contained in:
Nate McMaster (automated)
2018-07-02 12:40:25 -07:00
parent 7a04134345
commit d742bea01e
9 changed files with 19 additions and 19 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/master
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/master
phases:
- template: .vsts-pipelines/templates/project-ci.yml@buildtools