Skip to content

Commit a2a485d

Browse files
committed
Updated URL to nuget.exe
1 parent e829e93 commit a2a485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SOURCELINK="build/tools/SourceLink.Fake/SourceLink.Fake.nupkg"
88
if [[ ! -f "$NUGET" ]]; then
99
echo NUGET not found.. Download...
1010
mkdir -p build/tools/nuget
11-
curl -o $NUGET https://nugetbuild.cloudapp.net/drops/client/master/NuGet.exe
11+
curl -o $NUGET https://api.nuget.org/downloads/nuget.exe
1212
fi
1313

1414
#we need FAKE to process our build scripts

0 commit comments

Comments
 (0)