Skip to content

Commit

Permalink
Adding digital twins CI configuration. (Azure#11730)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Jun 1, 2020
1 parent 5c9f6d4 commit 7bdf96e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions sdk/digitaltwins/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

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

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

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: digitaltwins
Artifacts:
- name: azure_mgmt_digitaltwins
safeName: azuremgmtdigitaltwins

0 comments on commit 7bdf96e

Please sign in to comment.