summaryrefslogtreecommitdiff
path: root/tests/build.proj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build.proj')
-rw-r--r--tests/build.proj2
1 files changed, 1 insertions, 1 deletions
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 -->