We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcfe9e commit 541b91aCopy full SHA for 541b91a
Build.ps1
@@ -17,7 +17,7 @@ function Set-AssemblyVersions($informational, $assembly)
17
18
function Install-NuGetPackages($solution)
19
{
20
- (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')
21
nuget restore $solution
22
}
23
0 commit comments