diff --git a/sdk/digitaltwins/ci.yml b/sdk/digitaltwins/ci.yml new file mode 100644 index 000000000000..2bf1807c8029 --- /dev/null +++ b/sdk/digitaltwins/ci.yml @@ -0,0 +1,43 @@ +# DO NOT EDIT THIS FILE +# This file is generated automatically and any changes will be lost. + +resources: + repositories: + - repository: azure-sdk-tools + type: github + name: Azure/azure-sdk-tools + endpoint: azure + - repository: azure-sdk-build-tools + type: git + name: internal/azure-sdk-build-tools + +trigger: + branches: + include: + - master + - hotfix/* + - release/* + - restapi* + paths: + include: + - sdk/digitaltwins/ + +pr: + branches: + include: + - master + - feature/* + - hotfix/* + - release/* + - restapi* + paths: + include: + - sdk/digitaltwins/ + +stages: +- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml + parameters: + ServiceDirectory: digitaltwins + Artifacts: + - name: azure_mgmt_digitaltwins + safeName: azuremgmtdigitaltwins \ No newline at end of file