Skip to content

Commit 2c37081

Browse files
authored
Setup eventhubs for publishing via unified pipelines. (Azure#7580)
* Setup eventhubs for publishing via unified pipelines. * Fixed missing punctuation.
1 parent 0cc7a98 commit 2c37081

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

sdk/eventhub/ci.yml

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
# DO NOT EDIT THIS FILE
22
# This file is generated automatically and any changes will be lost.
33

4+
resources:
5+
repositories:
6+
- repository: azure-sdk-tools
7+
type: github
8+
name: Azure/azure-sdk-tools
9+
endpoint: azure
10+
- repository: azure-sdk-build-tools
11+
type: git
12+
name: internal/azure-sdk-build-tools
13+
414
trigger:
515
branches:
616
include:
717
- master
18+
- feature/*
19+
- hotfix/*
20+
- release/*
21+
- restapi*
822
paths:
923
include:
1024
- sdk/eventhub/
@@ -23,14 +37,12 @@ pr:
2337
- sdk/eventhub/
2438
- sdk/core/
2539

26-
resources:
27-
repositories:
28-
- repository: azure-sdk-tools
29-
type: github
30-
name: Azure/azure-sdk-tools
31-
endpoint: azure
32-
33-
jobs:
34-
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
40+
stages:
41+
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
3542
parameters:
36-
ServiceDirectory: eventhub
43+
ServiceDirectory: eventhub
44+
Artifacts:
45+
- name: azure_eventhubs
46+
safeName: azureeventhubs
47+
- name: azure_eventhubs_checkpointstoreblob-aio
48+
safeName: azureeventhubscheckpointstoreblobaio

0 commit comments

Comments
 (0)