Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1208,8 +1208,13 @@ jobs:
$excludeFiles = @(
'DevolutionsPedmShellExt.dll',
'DevolutionsPedmShellExt.msix',
'DevolutionsPedmShellExt.pdb', # NOTE: We may want to include that in the future, but needs to be renamed per platform.
'DevolutionsSession.exe'
'DevolutionsSession.exe',
# NOTE: We may want to include that in the future, but needs to be renamed per platform.
# TODO(@awakecoding): We could create a zip with the same name as
# the package except ".symbols" at the end, so we'd end up with arch-specific zips
# containing the debug symbols. I've done this for MsRdpEx.
'DevolutionsPedmShellExt.pdb',
'DevolutionsSession.pdb'
)

Write-Host
Expand Down
Loading