From be25613a98dfd96979ea881b68683ac711ab565a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 22 Aug 2019 09:06:57 +0200 Subject: [PATCH] Add the build number to the artifact names --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f34d17dd..fd9f5347 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ jobs: - task: PublishPipelineArtifact@1 inputs: path: $(Build.ArtifactStagingDirectory) - artifactName: Macos dmg + artifactName: Macos $(Build.BuildNumber) dmg - job: Windows pool: vmImage: 'vs2017-win2016' @@ -90,7 +90,7 @@ jobs: - task: PublishPipelineArtifact@1 inputs: path: $(Build.ArtifactStagingDirectory) - artifactName: Windows 64 7z Installer + artifactName: Windows 64 $(Build.BuildNumber) 7z Installer