Skip to content

Commit

Permalink
track2_azure-mgmt-baremetalinfrastructure for CI run normally (#13963)
Browse files Browse the repository at this point in the history
* ci.yml for track2_azure-mgmt-baremetalinfrastructure to make CI run normally

* Removed unnecessary includes.

Co-authored-by: Mitch Denny <mitchdenny@outlook.com>
  • Loading branch information
msyyc and mitchdenny authored Sep 23, 2020
1 parent 8cac468 commit 77ea35c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions sdk/baremetalinfrastructure/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
branches:
include:
- master
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/baremetalinfrastructure/

pr:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/baremetalinfrastructure/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: baremetalinfrastructure
Artifacts:
- name: azure_mgmt_baremetalinfrastructure
safeName: azuremgmtbaremetalinfrastructure

0 comments on commit 77ea35c

Please sign in to comment.