We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d48af commit 1a953b5Copy full SHA for 1a953b5
1 file changed
.github/workflows/ci.yml
@@ -1208,8 +1208,13 @@ jobs:
1208
$excludeFiles = @(
1209
'DevolutionsPedmShellExt.dll',
1210
'DevolutionsPedmShellExt.msix',
1211
- 'DevolutionsPedmShellExt.pdb', # NOTE: We may want to include that in the future, but needs to be renamed per platform.
1212
- 'DevolutionsSession.exe'
+ 'DevolutionsSession.exe',
+ # NOTE: We may want to include that in the future, but needs to be renamed per platform.
1213
+ # TODO(@awakecoding): We could create a zip with the same name as
1214
+ # the package except ".symbols" at the end, so we'd end up with arch-specific zips
1215
+ # containing the debug symbols. I've done this for MsRdpEx.
1216
+ 'DevolutionsPedmShellExt.pdb',
1217
+ 'DevolutionsSession.pdb'
1218
)
1219
1220
Write-Host
0 commit comments