Skip to content

Avoid missing signing files in zips#14966

Merged
mmitche merged 4 commits intodotnet:release/7.0.1xxfrom
mmitche:fix-signing
Nov 11, 2022
Merged

Avoid missing signing files in zips#14966
mmitche merged 4 commits intodotnet:release/7.0.1xxfrom
mmitche:fix-signing

Conversation

@mmitche
Copy link
Member

@mmitche mmitche commented Nov 11, 2022

No description provided.

Comment on lines +10 to +12
<ItemsToSign Include="$(ArtifactsPackagesDir)*.exe" />
<ItemsToSign Include="$(ArtifactsPackagesDir)*.zip" />
<ItemsToSign Include="$(ArtifactsPackagesDir)*.msi" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't these three need `**'❔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call.

<ItemsToSign Include="$(ArtifactsNonShippingPackagesDir)*.msi" />
<ItemsToSign Include="$(ArtifactsNonShippingPackagesDir)*.zip" Condition=" '$(PublishBinariesAndBadge)' == 'true' " />
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.wixpack.zip" />
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.exe" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just also noticed the $(ArtifactsNonShippingPackagesDir)*.exe files were specifically excluded before. Doesn't hurt much to sign them (if any exist) of course.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They weren't excluded. There just weren't any so they weren't added.

@mmitche mmitche merged commit 604e690 into dotnet:release/7.0.1xx Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants