Skip to content

Commit 47828ee

Browse files
Adding VSTS file
1 parent 0d1c99c commit 47828ee

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
trigger:
2+
- dev
3+
- release/*
4+
5+
resources:
6+
repositories:
7+
- repository: buildtools
8+
type: git
9+
name: aspnet-BuildTools
10+
ref: refs/heads/dev
11+
12+
phases:
13+
- template: .vsts-pipelines/templates/project-ci.yml@buildtools
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
trigger:
2+
- dev
3+
- release/*
4+
5+
# See https://github.com/aspnet/BuildTools
6+
resources:
7+
repositories:
8+
- repository: buildtools
9+
type: github
10+
endpoint: DotNet-Bot GitHub Connection
11+
name: aspnet/BuildTools
12+
ref: refs/heads/dev
13+
14+
phases:
15+
- template: .vsts-pipelines/templates/project-ci.yml@buildtools

0 commit comments

Comments
 (0)