Skip to content

Commit 6868db6

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20241226.1 (#3138)
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.24623.1 -> To Version 10.0.0-beta.24626.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent f59e803 commit 6868db6

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ToolsetDependencies>
4-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24623.1">
4+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24626.1">
55
<Uri>https://github.com/dotnet/arcade</Uri>
6-
<Sha>ae0923d109be7ddf2a5d99e3bf685f72132edeaf</Sha>
6+
<Sha>ae8d2a08f1021624ae37cdd5b65f6c05e58a051b</Sha>
77
</Dependency>
88
</ToolsetDependencies>
99
<ProductDependencies>

eng/common/tools.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
262262
if (!(Test-Path $installScript)) {
263263
Create-Directory $dotnetRoot
264264
$ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
265-
# $uri = "https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.ps1"
266-
# Pre-flighting new install script
267-
$uri = "https://raw.githubusercontent.com/dotnet/install-scripts/fe7622c52c1ed67871a8d2ad9e794be9be7eea01/src/dotnet-install.ps1"
265+
$uri = "https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.ps1"
268266

269267
Retry({
270268
Write-Host "GET $uri"

eng/common/tools.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,7 @@ function with_retries {
295295
function GetDotNetInstallScript {
296296
local root=$1
297297
local install_script="$root/dotnet-install.sh"
298-
# local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"
299-
# Pre-flight install script
300-
local install_script_url="https://raw.githubusercontent.com/dotnet/install-scripts/fe7622c52c1ed67871a8d2ad9e794be9be7eea01/src/dotnet-install.sh"
298+
local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"
301299

302300
if [[ ! -a "$install_script" ]]; then
303301
mkdir -p "$root"

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dotnet": "10.0.100-alpha.1.24573.1"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24623.1",
11+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24626.1",
1212
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23607.2"
1313
}
1414
}

0 commit comments

Comments
 (0)