Skip to content

Commit

Permalink
[ContainerInstance] added ci.yml file for the pipeline. (#18349)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasYao93 authored Feb 9, 2021
1 parent be7acee commit bd9bf01
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions sdk/containerinstance/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

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

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

# These comments should stay.

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: containerinstance
ArtifactName: packages
Artifacts:
- name: Azure.ResourceManager.ContainerInstance
safeName: AzureResourceManagerContainerInstance

0 comments on commit bd9bf01

Please sign in to comment.