Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2018-03-01 11:15:56 +0300
committerMarek Safar <marek.safar@gmail.com>2018-03-07 18:38:18 +0300
commit45f30c307b980061d61a73bd75ffc77359c8a852 (patch)
tree523862041e8914f9b13d399fd995f49d8cc527bb /tools/nuget-hash-extractor
parent695acd0a0b909df0733f74156587f1a38db4b2b0 (diff)
nuget-hash-extractor: Change the nuget repo name to use for
fetching Microsoft.NET.Build.Extensions nuget from `cli-deps` to `dotnet-core`. Both of these should have the same nugets but sometimes seem to be off by one.
Diffstat (limited to 'tools/nuget-hash-extractor')
-rwxr-xr-xtools/nuget-hash-extractor/download.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nuget-hash-extractor/download.sh b/tools/nuget-hash-extractor/download.sh
index 2a78ac32191..612af4d3642 100755
--- a/tools/nuget-hash-extractor/download.sh
+++ b/tools/nuget-hash-extractor/download.sh
@@ -57,7 +57,7 @@ MS_EXTN_VERSIONS="$MS_EXTN_VERSIONS 15.5.0-preview-20171027-2" # https://github.
MS_EXTN_VERSIONS="$MS_EXTN_VERSIONS 2.1.0-preview1-62414-02" # https://github.com/dotnet/cli/blob/501e11d928c21608999c934f0a7078570b688c6c/build/DependencyVersions.props
for ver in $MS_EXTN_VERSIONS; do
- curl -L https://dotnet.myget.org/F/cli-deps/api/v2/package/Microsoft.NET.Build.Extensions/${ver} -o nugets/microsoft.net.build.extensions.${ver}.nupkg
+ curl -L https://dotnet.myget.org/F/dotnet-core/api/v2/package/Microsoft.NET.Build.Extensions/${ver} -o nugets/microsoft.net.build.extensions.${ver}.nupkg
done
touch .download_stamp_file