Skip to content

Commit

Permalink
Merge pull request #200 from lorengordon/skip-nuget
Browse files Browse the repository at this point in the history
Skips nuget install, causing intermittent issues
  • Loading branch information
lorengordon authored Mar 27, 2019
2 parents c60c741 + f5f3b41 commit 62f7558
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 62f7558

Please sign in to comment.