diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 952b5c0..7d7fa8e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,10 +1,10 @@ -# .NET Desktop -# Build and run tests for .NET Desktop or Windows classic desktop solutions. -# Add steps that publish symbols, save build artifacts, and more: -# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net - trigger: -- master + branches: + include: + - master + paths: + include: + - CHANGELOG.md pool: vmImage: 'windows-latest' @@ -63,4 +63,4 @@ steps: inputs: PathtoPublish: '$(Build.ArtifactStagingDirectory)' ArtifactName: 'Artifacts' - publishLocation: 'Container' \ No newline at end of file + publishLocation: 'Container'