Skip to content

Commit

Permalink
Add appplatform CI. (#13176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Aug 18, 2020
1 parent 8184486 commit 6e4cdeb
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions sdk/appplatform/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

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

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

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: appplatform
Artifacts:
- name: azure_mgmt_appplatform
safeName: azuremgmtappplatform

0 comments on commit 6e4cdeb

Please sign in to comment.