use https for nuget

This commit is contained in:
Tommy Parnell
2015-06-19 14:38:08 -07:00
parent 8871241580
commit 4689bb24ad

View File

@@ -9,7 +9,7 @@ namespace :tools do
FileUtils.mkdir_p("#{NUGET}") FileUtils.mkdir_p("#{NUGET}")
File.open("#{NUGET}/nuget.exe", "wb") do |file| File.open("#{NUGET}/nuget.exe", "wb") do |file|
file.write open('http://nuget.org/nuget.exe').read file.write open('https://nuget.org/nuget.exe').read
end end
end end
end end