We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1c99c commit 47828eeCopy full SHA for 47828ee
.vsts-pipelines/builds/ci-internal.yml
@@ -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
.vsts-pipelines/builds/ci-public.yml
@@ -0,0 +1,15 @@
+# See https://github.com/aspnet/BuildTools
+ type: github
+ endpoint: DotNet-Bot GitHub Connection
+ name: aspnet/BuildTools
14
15
0 commit comments