Skip to content

Fix build breaks (via Library.Template update)#1472

Merged
AArnott merged 5 commits intomainfrom
dev/andarno/fixlocbuild
Jun 20, 2025
Merged

Fix build breaks (via Library.Template update)#1472
AArnott merged 5 commits intomainfrom
dev/andarno/fixlocbuild

Conversation

@AArnott
Copy link
Copy Markdown
Member

@AArnott AArnott commented Jun 20, 2025

Our builds recently started failing because binskim was including our recently added sample.dll, and because optprof runs were stale but couldn't run due to the new real signing requirement.

But optprof shouldn't need to be real-signed, and binskim should only scan shipping binaries.
I applied the fixes to Library.Template, and this then merges that in.

AArnott and others added 5 commits June 19, 2025 17:36
Real signing can only be used for official builds.
When building with the Microbuild loc plugin, the plugin tries to localize samples.dll.
But that isn't prepared for localization, nor is it required.
@AArnott AArnott enabled auto-merge June 20, 2025 13:02
@AArnott AArnott merged commit 34347a3 into main Jun 20, 2025
7 checks passed
@AArnott AArnott deleted the dev/andarno/fixlocbuild branch June 20, 2025 13:35
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.

2 participants