Skip to content

Commit 77ea35c

Browse files
msyycmitchdenny
andauthored
track2_azure-mgmt-baremetalinfrastructure for CI run normally (#13963)
* ci.yml for track2_azure-mgmt-baremetalinfrastructure to make CI run normally * Removed unnecessary includes. Co-authored-by: Mitch Denny <[email protected]>
1 parent 8cac468 commit 77ea35c

File tree

1 file changed

+32
-0
lines changed
  • sdk/baremetalinfrastructure

1 file changed

+32
-0
lines changed

sdk/baremetalinfrastructure/ci.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
- restapi*
10+
paths:
11+
include:
12+
- sdk/baremetalinfrastructure/
13+
14+
pr:
15+
branches:
16+
include:
17+
- master
18+
- feature/*
19+
- hotfix/*
20+
- release/*
21+
- restapi*
22+
paths:
23+
include:
24+
- sdk/baremetalinfrastructure/
25+
26+
extends:
27+
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
28+
parameters:
29+
ServiceDirectory: baremetalinfrastructure
30+
Artifacts:
31+
- name: azure_mgmt_baremetalinfrastructure
32+
safeName: azuremgmtbaremetalinfrastructure

0 commit comments

Comments
 (0)