Skip to content

Commit

Permalink
Adds appinsights ci setup in advance of refactoring. (Azure#3925)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored and sima-zhu committed Jun 29, 2019
1 parent 0515152 commit 70a8fa8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions sdk/applicationinsights/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger:
branches:
include:
- master
paths:
include:
- sdk/applicationinsights/

pr:
branches:
include:
- master
paths:
include:
- sdk/applicationinsights/

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
parameters:
ServiceDirectory: applicationinsights

0 comments on commit 70a8fa8

Please sign in to comment.