Skip to content

Commit b225d30

Browse files
authored
Do not remove wixpacks from items to sign (#60523)
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.
1 parent bdd2ba8 commit b225d30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)