From 17add754fb702dacb066ce354ff8ef2a66f65123 Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Fri, 4 Oct 2019 18:34:59 +1000 Subject: [PATCH] Setup app configuration with unified pipelines. (#7582) --- sdk/appconfiguration/ci.yml | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/sdk/appconfiguration/ci.yml b/sdk/appconfiguration/ci.yml index 32774cda0d41..62c50d66885c 100644 --- a/sdk/appconfiguration/ci.yml +++ b/sdk/appconfiguration/ci.yml @@ -1,13 +1,28 @@ # 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 + - feature/* + - hotfix/* + - release/* + - restapi* paths: include: - sdk/appconfiguration/ + - sdk/core/ pr: branches: @@ -20,15 +35,12 @@ pr: paths: include: - sdk/appconfiguration/ + - sdk/core/ -resources: - repositories: - - repository: azure-sdk-tools - type: github - name: Azure/azure-sdk-tools - endpoint: azure - -jobs: -- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml +stages: +- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: appconfiguration + Artifacts: + - name: azure_appconfiguration + safeName: azureappconfiguration \ No newline at end of file