Skip to content

Commit 77b98d5

Browse files
update folder names to align with mk_win_dist_cmake
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent bd2d96e commit 77b98d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-win-signed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
displayName: 'Collect Symbols'
2727
inputs:
2828
sourceFolder: build-dist/${{parameters.BuildArchitecture}}/
29-
contents: '**/*.pdb'
29+
contents: '*.pdb'
3030
targetFolder: '$(Build.ArtifactStagingDirectory)/symbols'
3131
# Publish symbol archive to match nuget package
3232
# Index your source code and publish symbols to a file share or Azure Artifacts symbol server

0 commit comments

Comments
 (0)