From ef64498ad9dd76fdd4a8e33337563f8a893dde4e Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 1 Jun 2019 14:40:23 -0400 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 90544e6..b9a640a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,4 @@ -name: $(Build.SourceBranch)$(Rev:.r) +name: "$(Build.SourceBranchName)-$(Build.SourceVersion)$(Rev:.r)" pr: - master @@ -23,7 +23,7 @@ steps: displayName: "NPM Install" - script: | - vsce package --out "$(Build.ArtifactStagingDirectory)/xml-tools.vsix" + vsce package --out "$(Build.ArtifactStagingDirectory)/xml-$(Build.SourceBranchName)-$(Build.SourceVersion).vsix" displayName: "VSCE Package" - task: PublishBuildArtifacts@1