Skip to content

Commit da297fb

Browse files
Do not remove wixpacks from items to sign They need to be in the list so that they are identified as the pack for an msi or exe that can be unpacked, signed, and then used to re-create the msi/exe. (#60524)
Co-authored-by: Matt Mitchell (.NET) <mmitche@microsoft.com>
1 parent 9175048 commit da297fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: eng/Signing.props

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
<ItemsToSign Include="$(VisualStudioSetupOutputPath)**\*.vsix" />
2525
<ItemsToSign Include="$(ArtifactsDir)installers\$(Configuration)\**\*.exe" />
2626
<ItemsToSign Include="$(ArtifactsDir)installers\$(Configuration)\**\*.msi" />
27-
<ItemsToSign Remove="$(ArtifactsDir)installers\$(Configuration)\**\*.wixpack.zip" />
28-
<ItemsToSign Remove="$(ArtifactsPackagesDir)**\*.wixpack.zip" />
2927
<ItemsToSign Remove="$(ArtifactsPackagesDir)**\*symbols.nupkg" />
3028
</ItemGroup>
3129

0 commit comments

Comments
 (0)