Skip to content

Commit 6c8bd32

Browse files
MikalaiMazurenkarstam
authored andcommitted
CSHARP-3626: Pin NuGet client version in the build script (#514)
1 parent 8c9316f commit 6c8bd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ $ADDINS_DIR = Join-Path $TOOLS_DIR "Addins"
120120
$MODULES_DIR = Join-Path $TOOLS_DIR "Modules"
121121
$NUGET_EXE = Join-Path $TOOLS_DIR "nuget.exe"
122122
$CAKE_EXE = Join-Path $TOOLS_DIR "Cake/Cake.exe"
123-
$NUGET_URL = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
123+
$NUGET_URL = "https://dist.nuget.org/win-x86-commandline/v5.7.1/nuget.exe"
124124
$PACKAGES_CONFIG = Join-Path $TOOLS_DIR "packages.config"
125125
$PACKAGES_CONFIG_MD5 = Join-Path $TOOLS_DIR "packages.config.md5sum"
126126
$ADDINS_PACKAGES_CONFIG = Join-Path $ADDINS_DIR "packages.config"

0 commit comments

Comments
 (0)