mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Add the build number to the artifact names
This commit is contained in:
parent
1af46ac274
commit
be25613a98
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user