diff --git a/sdk/eventhub/ci.yml b/sdk/eventhub/ci.yml new file mode 100644 index 000000000000..2804ffcb1d0f --- /dev/null +++ b/sdk/eventhub/ci.yml @@ -0,0 +1,18 @@ +# DO NOT EDIT THIS FILE +# This file is generated automatically and any changes will be lost. + +trigger: none + +pr: + branches: + include: + - master + paths: + include: + - sdk/eventhubs/ + +variables: + build_targeting_string: 'azure-eventhubs' + +jobs: +- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml \ No newline at end of file