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:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-10-08 14:30:46 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-08 14:30:46 +0300
commit52c4d876330535d6571f2ced69bcb2f9c92f1712 (patch)
treebd07e13f29bdf072b3450ab49705a4c73f2f39f5 /eng/common/darc-init.sh
parente8ed2494ca4af4d64706ac3ab06ba405391977c6 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20191006.1 (#17214)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19506.1 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19506.1
Diffstat (limited to 'eng/common/darc-init.sh')
-rwxr-xr-xeng/common/darc-init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/common/darc-init.sh b/eng/common/darc-init.sh
index 242429bca65..6c37281b838 100755
--- a/eng/common/darc-init.sh
+++ b/eng/common/darc-init.sh
@@ -58,7 +58,7 @@ function InstallDarcCli {
echo $($dotnet_root/dotnet tool uninstall $darc_cli_package_name -g)
fi
- local arcadeServicesSource="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json"
+ local arcadeServicesSource="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"
echo "Installing Darc CLI version $darcVersion..."
echo "You may need to restart your command shell if this is the first dotnet tool you have installed."