diff --git a/sdk/baremetalinfrastructure/ci.yml b/sdk/baremetalinfrastructure/ci.yml new file mode 100644 index 000000000000..a3306064d521 --- /dev/null +++ b/sdk/baremetalinfrastructure/ci.yml @@ -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