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 369d331 commit 36ed350Copy full SHA for 36ed350
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