Soumya Ranjan Mahunt
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
1 deletions
-
azure-pipelines.yml
|
|
@ -1,7 +1,15 @@ |
|
|
|
# Universal Windows Platform build definition |
|
|
|
|
|
|
|
trigger: |
|
|
|
- master |
|
|
|
paths: |
|
|
|
exclude: |
|
|
|
- '*.md' |
|
|
|
- 'ScreenShots/' |
|
|
|
- '.whitesource' |
|
|
|
- '.github/' |
|
|
|
tags: |
|
|
|
exclude: |
|
|
|
- '*' |
|
|
|
|
|
|
|
pool: |
|
|
|
vmImage: 'windows-latest' |
|
|
|