Skip to content

Commit 1a953b5

Browse files
authored
ci: try to fix the OneDrive job again (#1500)
1 parent 46d48af commit 1a953b5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,8 +1208,13 @@ jobs:
12081208
$excludeFiles = @(
12091209
'DevolutionsPedmShellExt.dll',
12101210
'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'
1211+
'DevolutionsSession.exe',
1212+
# 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'
12131218
)
12141219
12151220
Write-Host

0 commit comments

Comments
 (0)