mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
Add missing sign dll as part of build (#42075)
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request This pull request updates the `.pipelines/ESRPSigning_core.json` file to include additional DLLs for code signing. These changes ensure that new dependencies are properly signed as part of the build and deployment process. **Added DLLs for signing:** * Added `CommunityToolkit.WinUI.Controls.MarkdownTextBlock.dll` and its `WinUI3Apps` version to the list of files to be signed. * Added `Markdig.dll` and its `WinUI3Apps` version to the list of files to be signed. * Added `RomanNumerals.dll` and its `WinUI3Apps` version to the list of files to be signed.
This commit is contained in:
@@ -327,6 +327,12 @@
|
||||
"WinUI3Apps\\ReverseMarkdown.dll",
|
||||
"WinUI3Apps\\SharpCompress.dll",
|
||||
"WinUI3Apps\\ZstdSharp.dll",
|
||||
"CommunityToolkit.WinUI.Controls.MarkdownTextBlock.dll",
|
||||
"WinUI3Apps\\CommunityToolkit.WinUI.Controls.MarkdownTextBlock.dll",
|
||||
"Markdig.dll",
|
||||
"WinUI3Apps\\Markdig.dll",
|
||||
"RomanNumerals.dll",
|
||||
"WinUI3Apps\\RomanNumerals.dll",
|
||||
"TestableIO.System.IO.Abstractions.dll",
|
||||
"WinUI3Apps\\TestableIO.System.IO.Abstractions.dll",
|
||||
"TestableIO.System.IO.Abstractions.Wrappers.dll",
|
||||
|
||||
Reference in New Issue
Block a user