Skip to content

Commit

Permalink
ci.yml (#14526)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Oct 15, 2020
1 parent ca6201b commit febf3e0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions sdk/datadog/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/datadog/

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

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: datadog
Artifacts:
- name: azure_mgmt_datadog
safeName: azuremgmtdatadog

0 comments on commit febf3e0

Please sign in to comment.