Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
Looks like error is coming from NuGet. Reverting to NuGet 2.8.x with a
change to the PS script in "Install" section.
  • Loading branch information
calloncampbell committed Nov 15, 2015
1 parent 7ae1788 commit 95ff0f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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')
nuget restore $solution
}

Expand Down

0 comments on commit 95ff0f9

Please sign in to comment.