Skip to content

Commit

Permalink
ci.yml (#13862)
Browse files Browse the repository at this point in the history
  • Loading branch information
changlong-liu committed Sep 18, 2020
1 parent 27e4203 commit 756f4b6
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions sdk/streamanalytics/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
branches:
include:
- master
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/streamanalytics/
- sdk/core/
- tools/
- eng/

pr:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/streamanalytics/
- sdk/core/
- tools/
- eng/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: streamanalytics
Artifacts:
- name: azure_mgmt_streamanalytics
safeName: azuremgmtstreamanalytics

0 comments on commit 756f4b6

Please sign in to comment.