Skip to content

Commit

Permalink
Add azurestackhci ci.yml for pipeline generation. (Azure#12701)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Jul 23, 2020
1 parent 92d9f42 commit 09f5064
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions sdk/azurestackhci/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/azurestackhci/

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

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: azurestackhci
Artifacts:
- name: azure_mgmt_azurestackhci
safeName: azuremgmtazurestackhci

0 comments on commit 09f5064

Please sign in to comment.