From a54012645cfd5a17ca2884aec892b6be7af2109d Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Thu, 3 Oct 2019 20:56:43 +1000 Subject: [PATCH 1/2] Setup eventhubs for publishing via unified pipelines. --- 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..c2fafe8c6beb 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 From d0a3c5ce86e46a428714e04dce53282fdd37abbc Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Thu, 3 Oct 2019 20:59:56 +1000 Subject: [PATCH 2/2] Fixed missing punctuation. --- sdk/eventhub/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/eventhub/ci.yml b/sdk/eventhub/ci.yml index c2fafe8c6beb..9c448adf9a5c 100644 --- a/sdk/eventhub/ci.yml +++ b/sdk/eventhub/ci.yml @@ -41,7 +41,7 @@ stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: eventhub - Artifacts + Artifacts: - name: azure_eventhubs safeName: azureeventhubs - name: azure_eventhubs_checkpointstoreblob-aio