From 0730e3a2fd055752b88e0e4ee016cf6c2ba3097b Mon Sep 17 00:00:00 2001 From: zunlihu Date: Mon, 15 Apr 2019 12:51:44 +0800 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a721786..1fde896 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,10 @@ # https://aka.ms/yaml trigger: -- master + batch: true + branches: + include: + - master pool: vmImage: 'VS2017-Win2016' @@ -38,4 +41,4 @@ steps: - task: PublishBuildArtifacts@1 inputs: pathtoPublish: '$(Build.ArtifactStagingDirectory)' - artifactName: drop \ No newline at end of file + artifactName: drop