add CMakeLists.txt and eng to CI and PR triggers (#314)

This commit is contained in:
Daniel Jurek 2020-07-20 10:09:50 -07:00 committed by GitHub
parent 2c21d4b018
commit 1a9918c4db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -7,8 +7,9 @@ trigger:
- hotfix/*
paths:
include:
- sdk/core
- eng/
- CMakeLists.txt
- sdk/core
pr:
branches:
@ -19,8 +20,9 @@ pr:
- hotfix/*
paths:
include:
- sdk/core/
- eng/
- CMakeLists.txt
- sdk/core
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml

View File

@ -7,6 +7,8 @@ trigger:
- hotfix/*
paths:
include:
- eng/
- CMakeLists.txt
- sdk/core
- sdk/storage
@ -19,6 +21,8 @@ pr:
- hotfix/*
paths:
include:
- eng/
- CMakeLists.txt
- sdk/core/
- sdk/storage