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