diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1667a62c..2d0ced9f 100644 --- a/azure-pipelines.yml +++ b/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'