Revert "Release to capture security change"

This commit is contained in:
Michael Smith 2024-09-25 13:03:44 -07:00 коммит произвёл GitHub
Родитель 348d67d83c
Коммит 319c2b0039
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 13 удалений

Просмотреть файл

@ -2823,19 +2823,8 @@ function Update-UnityPackageManagerConfig {
Export-UPMConfig -UPMConfig $upmConfigs -tomlFilePaths $tomlFilePaths
}
if ($upmConfigs) {
Write-Verbose "Summary"
$upmConfigs = $upmConfigs | ForEach-Object {
[PSCustomObject]@{
ScopedURL = $_.ScopedURL
Succeeded = -not [string]::IsNullOrEmpty($_.Auth)
}
} | Format-Table -AutoSize
Write-Verbose $upmConfigs
} else {
Write-Verbose "No changes were made"
}
Write-Verbose "Summary"
Write-Output $upmConfigs
}
if ($VerifyOnly) {