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 6e4cdeb commit 2e2d63aCopy full SHA for 2e2d63a
sdk/automanage/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/automanage/
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: automanage
31
+ Artifacts:
32
+ - name: azure_mgmt_automanage
33
+ safeName: azuremgmtautomanage
0 commit comments