summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ellis <matell@microsoft.com>2015-02-27 11:47:54 -0800
committerMatt Ellis <matell@microsoft.com>2015-02-27 11:47:54 -0800
commitc57540b4454ff0a66ac1086395124bd7a354e107 (patch)
treee2290d60e700eeea1256a49a86c40bae372be0f9
parentba279fd300b1012721507131e1a78a9938c57370 (diff)
downloadcoreclr-c57540b4454ff0a66ac1086395124bd7a354e107.tar.gz
coreclr-c57540b4454ff0a66ac1086395124bd7a354e107.tar.bz2
coreclr-c57540b4454ff0a66ac1086395124bd7a354e107.zip
Use HTTPS for fetching NuGet.exe
-rw-r--r--dir.targets2
-rw-r--r--tests/build.proj2
2 files changed, 2 insertions, 2 deletions
diff --git a/dir.targets b/dir.targets
index a5c1888f93..5467107941 100644
--- a/dir.targets
+++ b/dir.targets
@@ -30,7 +30,7 @@
<!-- Download latest nuget.exe -->
<DownloadFile
Condition="!Exists($(NuGetToolPath))"
- Address="http://nuget.org/nuget.exe"
+ Address="https://nuget.org/nuget.exe"
FileName="$(NuGetToolPath)" />
<!-- Restore build tools -->
diff --git a/tests/build.proj b/tests/build.proj
index f628d1968b..9064f3c935 100644
--- a/tests/build.proj
+++ b/tests/build.proj
@@ -33,7 +33,7 @@
<!-- Download latest nuget.exe -->
<DownloadFile
Condition="!Exists($(NuGetToolPath))"
- Address="http://nuget.org/nuget.exe"
+ Address="https://nuget.org/nuget.exe"
FileName="$(NuGetToolPath)" />
<!-- Restore build tools -->