Skip to content

Commit 541b91a

Browse files
Fixing build for AppVeyor to not use specific nuget.exe
1 parent bfcfe9e commit 541b91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function Set-AssemblyVersions($informational, $assembly)
1717

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

0 commit comments

Comments
 (0)