From e1635e5aac023b58d3bd4e00f05d24e9582cd1b2 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Sat, 29 May 2021 02:40:47 +0300 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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'