From 31fe757a389ca74800c2e4444e03a3d204e1c837 Mon Sep 17 00:00:00 2001 From: Sergey M Date: Mon, 20 Jan 2020 20:45:32 -0500 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee175ac..39075a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,8 @@ # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net -trigger: none +trigger: + batch: true branches: include: - master @@ -51,14 +52,3 @@ steps: inputs: pathtoPublish: '$(Build.ArtifactStagingDirectory)' artifactName: 'DPackRx' - -- task: GitHubRelease@1 - inputs: - gitHubConnection: 'usysware_oath' - repositoryName: 'usysware/dpack' - action: 'edit' - target: 'v$(Build.SourceVersion)' - tag: 'v$(VsixVersion)' - isPreRelease: true - addChangeLog: false - assets: '$(Build.ArtifactStagingDirectory)/*'