Skip to content

Commit

Permalink
Add placeholder yml file for pipeline generation
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard committed Sep 21, 2020
1 parent 555cab8 commit 3f29c59
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions sdk/communication/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
branches:
include:
- master
- release/*
- hotfix/*
paths:
include:
- sdk/communication/

pr:
branches:
include:
- master
- feature/*
- release/*
- hotfix/*
paths:
include:
- sdk/communication/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: communication
Artifacts:

0 comments on commit 3f29c59

Please sign in to comment.