Skip to content

Commit

Permalink
Fixing build for AppVeyor to not use specific nuget.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
calloncampbell committed Jun 21, 2017
1 parent 4eae4dc commit 76a6504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Set-AssemblyVersions($informational, $assembly)

function Install-NuGetPackages($solution)
{
(New-Object Net.WebClient).DownloadFile('https://www.nuget.org/nuget.exe', 'C:\Tools\NuGet\NuGet.exe')
#(New-Object Net.WebClient).DownloadFile('https://www.nuget.org/nuget.exe', 'C:\Tools\NuGet\NuGet.exe')
nuget restore $solution
}

Expand Down

0 comments on commit 76a6504

Please sign in to comment.