diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e11b137ef45..27e522d12a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,25 +4,25 @@ - + https://github.com/dotnet/arcade - c21a409f11386d22c6083198176868d3974de832 + da75c6547c64a91eb8a9cecf8c503331c2cc394a - + https://github.com/dotnet/arcade - c21a409f11386d22c6083198176868d3974de832 + da75c6547c64a91eb8a9cecf8c503331c2cc394a - + https://github.com/dotnet/arcade - c21a409f11386d22c6083198176868d3974de832 + da75c6547c64a91eb8a9cecf8c503331c2cc394a - + https://github.com/dotnet/arcade - c21a409f11386d22c6083198176868d3974de832 + da75c6547c64a91eb8a9cecf8c503331c2cc394a - + https://github.com/dotnet/arcade - c21a409f11386d22c6083198176868d3974de832 + da75c6547c64a91eb8a9cecf8c503331c2cc394a diff --git a/eng/Versions.props b/eng/Versions.props index 92258eadce9..6f217d582c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,11 +27,11 @@ - 5.0.0-beta.19501.4 - 5.0.0-beta.19501.4 - 5.0.0-beta.19501.4 - 5.0.0-beta.19501.4 - 5.0.0-beta.19501.4 + 5.0.0-beta.19502.11 + 5.0.0-beta.19502.11 + 5.0.0-beta.19502.11 + 5.0.0-beta.19502.11 + 5.0.0-beta.19502.11 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." 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." diff --git a/global.json b/global.json index 07b375935d9..bba392ac228 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "version": "3.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19501.4", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19501.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19502.11", + "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19502.11" } }