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 555cab8 commit 3f29c59Copy full SHA for 3f29c59
sdk/communication/ci.yml
@@ -0,0 +1,28 @@
1
+# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
2
+
3
+trigger:
4
+ branches:
5
+ include:
6
+ - master
7
+ - release/*
8
+ - hotfix/*
9
+ paths:
10
11
+ - sdk/communication/
12
13
+pr:
14
15
16
17
+ - feature/*
18
19
20
21
22
23
24
+extends:
25
+ template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
26
+ parameters:
27
+ ServiceDirectory: communication
28
+ Artifacts:
0 commit comments