Skip to content

Commit

Permalink
Setup identity for unified pipelines. (#7578)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Oct 3, 2019
1 parent 5af54a7 commit c566131
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions sdk/identity/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# 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/identity/
Expand All @@ -23,14 +37,10 @@ pr:
- sdk/identity/
- 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: identity
ServiceDirectory: identity
Artifacts:
- name: azure_identity
safeName: azureidentity

0 comments on commit c566131

Please sign in to comment.