mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +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'
|
displayName: 'Collect Symbols'
|
||||||
inputs:
|
inputs:
|
||||||
sourceFolder: build-dist/${{parameters.BuildArchitecture}}/
|
sourceFolder: build-dist/${{parameters.BuildArchitecture}}/
|
||||||
contents: '**/*.pdb'
|
contents: '*.pdb'
|
||||||
targetFolder: '$(Build.ArtifactStagingDirectory)/symbols'
|
targetFolder: '$(Build.ArtifactStagingDirectory)/symbols'
|
||||||
# Publish symbol archive to match nuget package
|
# Publish symbol archive to match nuget package
|
||||||
# Index your source code and publish symbols to a file share or Azure Artifacts symbol server
|
# Index your source code and publish symbols to a file share or Azure Artifacts symbol server
|
||||||
|
|
Loading…
Reference in a new issue