Skip to content

Commit

Permalink
[ci]Add version number to symbols artifact (#19400)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Jul 14, 2022
1 parent 35d0cc5 commit 45d0e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/release.yml
Expand Up @@ -471,7 +471,7 @@ jobs:
displayName: 'Publish Artifact: Symbols'
inputs:
PathtoPublish: $(System.ArtifactsDirectory)/Symbols-$(BuildPlatform)/
ArtifactName: Symbols-$(BuildPlatform)
ArtifactName: Symbols-${{ parameters.versionNumber }}-$(BuildPlatform)

- task: DeleteFiles@1
displayName: 'Remove symbols from ArtifactStagingDirectory'
Expand Down

1 comment on commit 45d0e7d

@palmasterps
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.