Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 0ae6747

Browse files
committed
Use newer nuget.exe in build
1 parent c3dffa1 commit 0ae6747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ fi
5252
# Download NuGet if it does not exist.
5353
if [ ! -f "$NUGET_EXE" ]; then
5454
echo "Downloading NuGet..."
55-
# For now grab explicit 2.8.6 version instead of: https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
56-
curl -Lsfo "$NUGET_EXE" https://dist.nuget.org/win-x86-commandline/v2.8.6/nuget.exe
55+
# For now grab explicit 3.4.4 version instead of: https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
56+
curl -Lsfo "$NUGET_EXE" https://dist.nuget.org/win-x86-commandline/v3.4.4/NuGet.exe
5757
if [ $? -ne 0 ]; then
5858
echo "An error occured while downloading nuget.exe."
5959
exit 1

0 commit comments

Comments
 (0)