Skip to content

Commit

Permalink
Setup core for unified pipelines. (Azure#7577)
Browse files Browse the repository at this point in the history
* Setup core for unified pipelines.

* Added open census to the core pipeline (can be released independently).
  • Loading branch information
mitchdenny authored and iscai-msft committed Oct 7, 2019
1 parent 4d8a7d5 commit 481efd2
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions sdk/core/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/core/
Expand All @@ -21,14 +35,12 @@ pr:
include:
- 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: core
ServiceDirectory: core
Artifacts:
- name: azure_core
safeName: azurecore
- name: azure_core_tracing_opencensus
safeName: azurecorecoretracingopencensus

0 comments on commit 481efd2

Please sign in to comment.