Skip to content

Commit

Permalink
Setup app configuration with unified pipelines. (#7582)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored and fengzhou-msft committed Nov 5, 2019
1 parent 4f6a419 commit 17add75
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions sdk/appconfiguration/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit 17add75

Please sign in to comment.