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 8c9316f commit 6c8bd32Copy full SHA for 6c8bd32
build.ps1
@@ -120,7 +120,7 @@ $ADDINS_DIR = Join-Path $TOOLS_DIR "Addins"
120
$MODULES_DIR = Join-Path $TOOLS_DIR "Modules"
121
$NUGET_EXE = Join-Path $TOOLS_DIR "nuget.exe"
122
$CAKE_EXE = Join-Path $TOOLS_DIR "Cake/Cake.exe"
123
-$NUGET_URL = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
+$NUGET_URL = "https://dist.nuget.org/win-x86-commandline/v5.7.1/nuget.exe"
124
$PACKAGES_CONFIG = Join-Path $TOOLS_DIR "packages.config"
125
$PACKAGES_CONFIG_MD5 = Join-Path $TOOLS_DIR "packages.config.md5sum"
126
$ADDINS_PACKAGES_CONFIG = Join-Path $ADDINS_DIR "packages.config"
0 commit comments