Skip to content

Commit

Permalink
Add a tests.yml file to eventgrid to create livetest pipe (#12692)
Browse files Browse the repository at this point in the history
* Add a tests.yml file to eventgrid to create CI/CD pipe
  • Loading branch information
KieranBrantnerMagee committed Aug 4, 2020
1 parent 2e6022b commit 2c961db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sdk/eventgrid/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
trigger: none

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
parameters:
ServiceDirectory: eventgrid
BuildTargetingString: azure-eventgrid*
EnvVars:
AZURE_SUBSCRIPTION_ID: $(azure-subscription-id)
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)

0 comments on commit 2c961db

Please sign in to comment.