Skip to content

Commit

Permalink
update folder names to align with mk_win_dist_cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Feb 2, 2024
1 parent bd2d96e commit 77b98d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-win-signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
displayName: 'Collect Symbols'
inputs:
sourceFolder: build-dist/${{parameters.BuildArchitecture}}/
contents: '**/*.pdb'
contents: '*.pdb'
targetFolder: '$(Build.ArtifactStagingDirectory)/symbols'
# Publish symbol archive to match nuget package
# Index your source code and publish symbols to a file share or Azure Artifacts symbol server
Expand Down

0 comments on commit 77b98d5

Please sign in to comment.