Skip to content

Commit

Permalink
init resourcemover ci (#13666)
Browse files Browse the repository at this point in the history
Co-authored-by: xichen <xichen@microsoft.com>
  • Loading branch information
shawncx and msxichen authored Sep 9, 2020
1 parent 51511ce commit b3b9c6a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions sdk/resourcemover/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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/resourcemover/

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

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: resourcemover
Artifacts:
- name: azure_mgmt_resourcemover
safeName: azuremgmtresourcemover

0 comments on commit b3b9c6a

Please sign in to comment.