We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7acee commit bd9bf01Copy full SHA for bd9bf01
sdk/containerinstance/ci.yml
@@ -0,0 +1,33 @@
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
+ - hotfix/*
8
+ - release/*
9
+ paths:
10
11
+ - sdk/containerinstance/
12
13
+pr:
14
15
16
17
+ - feature/*
18
19
20
21
22
23
24
+# These comments should stay.
25
26
+extends:
27
+ template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
28
+ parameters:
29
+ ServiceDirectory: containerinstance
30
+ ArtifactName: packages
31
+ Artifacts:
32
+ - name: Azure.ResourceManager.ContainerInstance
33
+ safeName: AzureResourceManagerContainerInstance
0 commit comments