Skip to content

Commit 2e2d63a

Browse files
authored
Add automanage CI to release/v3. (Azure#13178)
1 parent 6e4cdeb commit 2e2d63a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

sdk/automanage/ci.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
include:
13+
- sdk/automanage/
14+
15+
pr:
16+
branches:
17+
include:
18+
- master
19+
- feature/*
20+
- hotfix/*
21+
- release/*
22+
- restapi*
23+
paths:
24+
include:
25+
- sdk/automanage/
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

Comments
 (0)