-
Notifications
You must be signed in to change notification settings - Fork 2k
Add .cab and ReconnectModal.razor.js to signing config #35026
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,11 +25,20 @@ | |
| <FileSignInfo Include="SegoeUI-Semibold.ttf" CertificateName="3PartyScriptsSHA2" /> | ||
| </ItemGroup> | ||
|
|
||
| <ItemGroup Label="Microsoft files"> | ||
| <FileSignInfo Include="ReconnectModal.razor.js" CertificateName="Microsoft400" /> | ||
| </ItemGroup> | ||
|
|
||
| <ItemGroup> | ||
| <!-- Sign cab files embedded inside MSI workload packs --> | ||
| <FileExtensionSignInfo Include=".cab" CertificateName="Microsoft400" /> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟢 MINOR (2/3 reviewers) — If a third-party Non-blocking — all reviewers agreed this is acceptable for MAUI's current build pipeline.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [minor] Build & MSBuild — |
||
| </ItemGroup> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟢 MINOR (2/3 reviewers) — Consider adding a The "Third Party Assemblies" group (line 6) and the new "Microsoft files" group (line 28) both carry Non-blocking — the XML comment on line 33 partially serves the same purpose. |
||
|
|
||
| <ItemGroup> | ||
| <ItemsToSign Include="$(ArtifactsShippingPackagesDir)\**\*.msi" Condition="'$(PostBuildSign)' != 'true'" /> | ||
| <ItemsToSign Include="$(ArtifactsShippingPackagesDir)**\*.wixpack.zip" Condition="'$(PostBuildSign)' != 'true'" /> | ||
| <ItemsToSignPostBuild Include="$(ArtifactsShippingPackagesDir)\**\*.msi" Condition="'$(PostBuildSign)' == 'true'" /> | ||
| <ItemsToSign Include="$(ArtifactsShippingPackagesDir)\**\*.zip" Condition="'$(PostBuildSign)' != 'true'" /> | ||
| <ItemsToSignPostBuild Include="$(ArtifactsShippingPackagesDir)\**\*.zip" Condition="'$(PostBuildSign)' == 'true'" /> | ||
| </ItemGroup> | ||
| </Project> | ||
| </Project> | ||
Uh oh!
There was an error while loading. Please reload this page.