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 92d9f42 commit 09f5064Copy full SHA for 09f5064
sdk/azurestackhci/ci.yml
@@ -0,0 +1,33 @@
1
+# DO NOT EDIT THIS FILE
2
+# This file is generated automatically and any changes will be lost.
3
+
4
+trigger:
5
+ branches:
6
+ include:
7
+ - master
8
+ - hotfix/*
9
+ - release/*
10
+ - restapi*
11
+ paths:
12
13
+ - sdk/azurestackhci/
14
15
+pr:
16
17
18
19
+ - feature/*
20
21
22
23
24
25
26
27
+extends:
28
+ template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
29
+ parameters:
30
+ ServiceDirectory: azurestackhci
31
+ Artifacts:
32
+ - name: azure_mgmt_azurestackhci
33
+ safeName: azuremgmtazurestackhci
0 commit comments