We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858ab97 commit 78e6e9aCopy full SHA for 78e6e9a
build-common/common-project.xml
@@ -46,7 +46,7 @@
46
47
<target name="common.download-nuget" depends="common.init">
48
<get
49
- src="http://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
+ src="https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
50
dest="${tools.dir}/nuget.exe"
51
usetimestamp="true"
52
/>
0 commit comments