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 0675478 commit 63250c2Copy full SHA for 63250c2
eng/pipelines/pr.yml
@@ -1,3 +1,5 @@
1
+# DEPRECATED - This file is replaced by ./pullrequest.yml
2
+# Once all PRs contain the new file, the pipeline can target the new file and this file can be deleted.
3
trigger: none
4
5
pr:
eng/pipelines/pullrequest.yml
@@ -0,0 +1,14 @@
+trigger: none
+
+pr:
+ branches:
+ include:
6
+ - main
7
+ - feature/*
8
+ - hotfix/*
9
+ - release/*
10
11
+extends:
12
+ template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
13
+ parameters:
14
+ ServiceDirectory: auto
0 commit comments