From 0b1202dfffa62316f572424047e601d1c5f096a4 Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Fri, 4 Oct 2019 09:46:55 +1000 Subject: [PATCH] Setup eventhubs for publishing via unified pipelines. (#7580) * Setup eventhubs for publishing via unified pipelines. * Fixed missing punctuation. --- sdk/eventhub/ci.yml | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/sdk/eventhub/ci.yml b/sdk/eventhub/ci.yml index 16fadbdd5243..9c448adf9a5c 100644 --- a/sdk/eventhub/ci.yml +++ b/sdk/eventhub/ci.yml @@ -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/ @@ -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 \ No newline at end of file + ServiceDirectory: eventhub + Artifacts: + - name: azure_eventhubs + safeName: azureeventhubs + - name: azure_eventhubs_checkpointstoreblob-aio + safeName: azureeventhubscheckpointstoreblobaio \ No newline at end of file