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 e829e93 commit a2a485dCopy full SHA for a2a485d
build.sh
@@ -8,7 +8,7 @@ SOURCELINK="build/tools/SourceLink.Fake/SourceLink.Fake.nupkg"
8
if [[ ! -f "$NUGET" ]]; then
9
echo NUGET not found.. Download...
10
mkdir -p build/tools/nuget
11
- curl -o $NUGET https://nugetbuild.cloudapp.net/drops/client/master/NuGet.exe
+ curl -o $NUGET https://api.nuget.org/downloads/nuget.exe
12
fi
13
14
#we need FAKE to process our build scripts
0 commit comments