We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2d96e commit 77b98d5Copy full SHA for 77b98d5
scripts/build-win-signed.yml
@@ -26,7 +26,7 @@ jobs:
26
displayName: 'Collect Symbols'
27
inputs:
28
sourceFolder: build-dist/${{parameters.BuildArchitecture}}/
29
- contents: '**/*.pdb'
+ contents: '*.pdb'
30
targetFolder: '$(Build.ArtifactStagingDirectory)/symbols'
31
# Publish symbol archive to match nuget package
32
# Index your source code and publish symbols to a file share or Azure Artifacts symbol server
0 commit comments