Skip to content

Commit ba6f220

Browse files
testing build
1 parent 9ac878e commit ba6f220

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)