Skip to content

Commit

Permalink
Upgrade MicroBuildArchiveSymbols (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Apr 8, 2024
1 parent db8cfb2 commit 5925f34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines/signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,12 @@ extends:
targetArgument: '$(Build.ArtifactStagingDirectory)\drop'
result: 'PoliCheck.xml'
- ${{ if ne(parameters.PublishTo, 'None') }}:
- task: MicroBuildArchiveSymbols@4
- task: MicroBuildArchiveSymbols@5
displayName: 'Upload Symbols'
inputs:
SymbolsFeatureName: 'vcpkg'
SymbolsProject: 'VS'
SymbolsAgentPath: '$(Build.ArtifactStagingDirectory)\symbols'
azureSubscription: 'Symbols Upload (DevDiv)'
# Publish everything to a GitHub Release
- ${{ if eq(parameters.PublishTo, 'GitHub and NuGet') }}:
- task: DownloadSecureFile@1
Expand Down

0 comments on commit 5925f34

Please sign in to comment.