Skip to content

Commit 78e6e9a

Browse files
committed
use https for downloading nuget
1 parent 858ab97 commit 78e6e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-common/common-project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<target name="common.download-nuget" depends="common.init">
4848
<get
49-
src="http://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
49+
src="https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
5050
dest="${tools.dir}/nuget.exe"
5151
usetimestamp="true"
5252
/>

0 commit comments

Comments
 (0)