Skip to content

Commit

Permalink
Enable template for unified templates. (AzureSDKAutomation#7644)
Browse files Browse the repository at this point in the history
* Setup template for UP.

* Fixed service directory.
  • Loading branch information
mitchdenny authored Oct 7, 2019
1 parent 133ef07 commit f9d8d9c
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions sdk/template/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/template/
- sdk/core/

pr:
branches:
Expand All @@ -20,15 +35,12 @@ pr:
paths:
include:
- sdk/template/
- 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: template
ServiceDirectory: template
Artifacts:
- name: azure_template
safeName: azuretemplate

0 comments on commit f9d8d9c

Please sign in to comment.