[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

@@ -37,6 +37,7 @@ $items | ForEach-Object {
(-not $_.Name.EndsWith("Microsoft.WindowsAppRuntime.Bootstrap.Net.dll")) -and
(-not $_.Name.EndsWith("Microsoft.Xaml.Interactions.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"))
)
{