Skip to content

Commit

Permalink
Setup eventhubs for publishing via unified pipelines. (#7580)
Browse files Browse the repository at this point in the history
* Setup eventhubs for publishing via unified pipelines.

* Fixed missing punctuation.
  • Loading branch information
mitchdenny authored Oct 3, 2019
1 parent 0cc7a98 commit 2c37081
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions sdk/eventhub/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/eventhub/
Expand All @@ -23,14 +37,12 @@ pr:
- sdk/eventhub/
- 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: eventhub
ServiceDirectory: eventhub
Artifacts:
- name: azure_eventhubs
safeName: azureeventhubs
- name: azure_eventhubs_checkpointstoreblob-aio
safeName: azureeventhubscheckpointstoreblobaio

0 comments on commit 2c37081

Please sign in to comment.