From 319c2b0039835cac917f8e28ddb02f3d6e5a66b3 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 25 Sep 2024 13:03:44 -0700 Subject: [PATCH] Revert "Release to capture security change" --- UnitySetup/UnitySetup.psm1 | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/UnitySetup/UnitySetup.psm1 b/UnitySetup/UnitySetup.psm1 index 782e568..548e677 100644 --- a/UnitySetup/UnitySetup.psm1 +++ b/UnitySetup/UnitySetup.psm1 @@ -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) {