[CI]Fix pinyin dependency signing and version (#22157)

* ci: fix pinyin dependency signing

* Fix version too
This commit is contained in:
Jaime Bernardo
2022-11-18 11:09:39 +00:00
committed by GitHub
parent 1cf4f08ae7
commit 2b2c813e69
2 changed files with 2 additions and 0 deletions

View File

@@ -237,6 +237,7 @@
"modules\\launcher\\SQLitePCLRaw.provider.e_sqlite3.dll", "modules\\launcher\\SQLitePCLRaw.provider.e_sqlite3.dll",
"modules\\launcher\\ScipBe.Common.Office.OneNote.dll", "modules\\launcher\\ScipBe.Common.Office.OneNote.dll",
"modules\\launcher\\Interop.Microsoft.Office.Interop.OneNote.dll", "modules\\launcher\\Interop.Microsoft.Office.Interop.OneNote.dll",
"modules\\launcher\\hyjiacan.py4n.dll",
"Settings\\Microsoft.Graphics.Canvas.Interop.dll", "Settings\\Microsoft.Graphics.Canvas.Interop.dll",
"ColorCode.Core.dll", "ColorCode.Core.dll",
"ColorCode.UWP.dll", "ColorCode.UWP.dll",

View File

@@ -37,6 +37,7 @@ $items | ForEach-Object {
(-not $_.Name.EndsWith("Microsoft.WindowsAppRuntime.Bootstrap.Net.dll")) -and (-not $_.Name.EndsWith("Microsoft.WindowsAppRuntime.Bootstrap.Net.dll")) -and
(-not $_.Name.EndsWith("Microsoft.Xaml.Interactions.dll")) -and (-not $_.Name.EndsWith("Microsoft.Xaml.Interactions.dll")) -and
(-not $_.Name.EndsWith("Microsoft.Xaml.Interactivity.dll")) -and (-not $_.Name.EndsWith("Microsoft.Xaml.Interactivity.dll")) -and
(-not $_.Name.EndsWith("hyjiacan.py4n.dll")) -and
(-not $_.Name.EndsWith("Microsoft.WindowsAppRuntime.Release.Net.dll")) (-not $_.Name.EndsWith("Microsoft.WindowsAppRuntime.Release.Net.dll"))
) )
{ {