Skip to content

Commit

Permalink
Do not remove wixpacks from items to sign (#60523)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mmitche authored Feb 20, 2025
1 parent bdd2ba8 commit b225d30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
<ItemsToSign Include="$(VisualStudioSetupOutputPath)**\*.vsix" />
<ItemsToSign Include="$(ArtifactsDir)installers\$(Configuration)\**\*.exe" />
<ItemsToSign Include="$(ArtifactsDir)installers\$(Configuration)\**\*.msi" />
<ItemsToSign Remove="$(ArtifactsDir)installers\$(Configuration)\**\*.wixpack.zip" />
<ItemsToSign Remove="$(ArtifactsPackagesDir)**\*.wixpack.zip" />
<ItemsToSign Remove="$(ArtifactsPackagesDir)**\*symbols.nupkg" />
</ItemGroup>

Expand Down

0 comments on commit b225d30

Please sign in to comment.