Skip to content

Commit

Permalink
Skips nuget install, causing transient issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Mar 27, 2019
1 parent c60c741 commit f5f3b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/configure-rdsh.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ Write-Verbose "Installed shellcheck"
Write-Verbose "Installed psget"

# Install nuget, a PowerShell Module provider
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Write-Verbose "Installed nuget"
# Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
# Write-Verbose "Installed nuget"

if ($HealthCheckEndPoint)
{
Expand Down

0 comments on commit f5f3b41

Please sign in to comment.