chore(release): 对齐 ShrinkSDK 2026-08 稳定版本
Validate ShrinkSDK Workspace / unity (push) Failing after 2m59s

This commit is contained in:
2026-08-28 03:49:52 +08:00
parent 0ba5c52e10
commit 64248f5d4d
15 changed files with 51 additions and 36 deletions
@@ -202,6 +202,7 @@ Copy-Item -LiteralPath (Join-Path $script:ResolvedProjectRoot 'ProjectSettings/P
$expectedPackages = ($packageRecords.Name | Sort-Object | ForEach-Object { Convert-ToCSharpLiteral $_ }) -join ",`n "
$expectedAssemblies = $packageRecords |
ForEach-Object { Get-ChildItem -LiteralPath $_.Directory -Recurse -Filter '*.asmdef' -File } |
Where-Object { $_.FullName -notmatch '[\\/][^\\/]+~[\\/]' } |
ForEach-Object { (Get-Content -Raw -LiteralPath $_.FullName | ConvertFrom-Json).name } |
Sort-Object -Unique |
ForEach-Object { Convert-ToCSharpLiteral $_ }