chore(release): 对齐 ShrinkSDK 2026-08 稳定版本
Validate ShrinkSDK Workspace / unity (push) Failing after 2m59s
Validate ShrinkSDK Workspace / unity (push) Failing after 2m59s
This commit is contained in:
@@ -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 $_ }
|
||||
|
||||
Reference in New Issue
Block a user