Browse Source

Ignore changes in azure pipeline. (#844)

pull/847/head
Soumya Ranjan Mahunt 4 years ago
committed by GitHub
parent
commit
3e794a7a99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      azure-pipelines.yml

10
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'

Loading…
Cancel
Save