diff --git a/sdk/applicationinsights/ci.yml b/sdk/applicationinsights/ci.yml index 63952b81e94b..c1941bac908f 100644 --- a/sdk/applicationinsights/ci.yml +++ b/sdk/applicationinsights/ci.yml @@ -1,10 +1,19 @@ # DO NOT EDIT THIS FILE # This file is generated automatically and any changes will be lost. +resources: + repositories: + - repository: azure-sdk-build-tools + type: git + name: internal/azure-sdk-build-tools + trigger: branches: include: - master + - feature/* + - hotfix/* + - release/* paths: include: - sdk/applicationinsights/ @@ -13,11 +22,18 @@ pr: branches: include: - master + - feature/* + - hotfix/* + - release/* paths: include: - sdk/applicationinsights/ -jobs: - - template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml +stages: + - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: - ServiceDirectory: applicationinsights \ No newline at end of file + ServiceDirectory: applicationinsights + Artifacts: + - name: azure-applicationinsights-query + safeName: azureapplicationinsightsquery + stagingProfileId: 534d15ee3800f4 \ No newline at end of file