diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 1546030..b093626 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -109,7 +109,8 @@ if (-not (Get-PackageProvider -Name NuGet -ListAvailable -ErrorAction SilentlyCo -Name NuGet ` -MinimumVersion 2.8.5.201 ` -Force ` - -Confirm:$false + -Confirm:$false ` + | Out-Null } # import it so Register-PSRepository / Install-Module won't prompt