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.ps1
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.ps1')
-rw-r--r--eng/common/darc-init.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1
index 46d175fdfdc..1bf15f435d0 100644
--- a/eng/common/darc-init.ps1
+++ b/eng/common/darc-init.ps1
@@ -23,7 +23,7 @@ function InstallDarcCli ($darcVersion) {
$darcVersion = $(Invoke-WebRequest -Uri $versionEndpoint -UseBasicParsing).Content
}
- $arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json'
+ $arcadeServicesSource = 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
Write-Host "Installing Darc CLI version $darcVersion..."
Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed."