mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
update folder names to align with mk_win_dist_cmake
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bd2d96eacb
commit
77b98d5b02
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue