Revert "Release to capture security change"
This commit is contained in:
Родитель
348d67d83c
Коммит
319c2b0039
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче