diff --git a/sdk/azurestackhci/ci.yml b/sdk/azurestackhci/ci.yml new file mode 100644 index 000000000000..5a135ee88b53 --- /dev/null +++ b/sdk/azurestackhci/ci.yml @@ -0,0 +1,33 @@ +# DO NOT EDIT THIS FILE +# This file is generated automatically and any changes will be lost. + +trigger: + branches: + include: + - master + - hotfix/* + - release/* + - restapi* + paths: + include: + - sdk/azurestackhci/ + +pr: + branches: + include: + - master + - feature/* + - hotfix/* + - release/* + - restapi* + paths: + include: + - sdk/azurestackhci/ + +extends: + template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml + parameters: + ServiceDirectory: azurestackhci + Artifacts: + - name: azure_mgmt_azurestackhci + safeName: azuremgmtazurestackhci \ No newline at end of file