Skip to content

Commit 09f5064

Browse files
authored
Add azurestackhci ci.yml for pipeline generation. (Azure#12701)
1 parent 92d9f42 commit 09f5064

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

sdk/azurestackhci/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/azurestackhci/
14+
15+
pr:
16+
branches:
17+
include:
18+
- master
19+
- feature/*
20+
- hotfix/*
21+
- release/*
22+
- restapi*
23+
paths:
24+
include:
25+
- sdk/azurestackhci/
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

Comments
 (0)