Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20241…
Browse files Browse the repository at this point in the history
…226.1 (#10207)

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.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>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 30, 2024
1 parent e9bc60b commit e54df54
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,25 +165,25 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24623.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24626.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ae0923d109be7ddf2a5d99e3bf685f72132edeaf</Sha>
<Sha>ae8d2a08f1021624ae37cdd5b65f6c05e58a051b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.24623.1">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.24626.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ae0923d109be7ddf2a5d99e3bf685f72132edeaf</Sha>
<Sha>ae8d2a08f1021624ae37cdd5b65f6c05e58a051b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24623.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24626.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ae0923d109be7ddf2a5d99e3bf685f72132edeaf</Sha>
<Sha>ae8d2a08f1021624ae37cdd5b65f6c05e58a051b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.24623.1">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.24626.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ae0923d109be7ddf2a5d99e3bf685f72132edeaf</Sha>
<Sha>ae8d2a08f1021624ae37cdd5b65f6c05e58a051b</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
<Uri>https://github.com/dotnet/sourcelink</Uri>
Expand Down
4 changes: 1 addition & 3 deletions eng/common/tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
if (!(Test-Path $installScript)) {
Create-Directory $dotnetRoot
$ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
# $uri = "https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.ps1"
# Pre-flighting new install script
$uri = "https://raw.githubusercontent.com/dotnet/install-scripts/fe7622c52c1ed67871a8d2ad9e794be9be7eea01/src/dotnet-install.ps1"
$uri = "https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.ps1"

Retry({
Write-Host "GET $uri"
Expand Down
4 changes: 1 addition & 3 deletions eng/common/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,7 @@ function with_retries {
function GetDotNetInstallScript {
local root=$1
local install_script="$root/dotnet-install.sh"
# local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"
# Pre-flight install script
local install_script_url="https://raw.githubusercontent.com/dotnet/install-scripts/fe7622c52c1ed67871a8d2ad9e794be9be7eea01/src/dotnet-install.sh"
local install_script_url="https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.sh"

if [[ ! -a "$install_script" ]]; then
mkdir -p "$root"
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24623.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24623.1"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24626.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24626.1"
},
"sdk": {
"version": "10.0.100-alpha.1.24573.1"
Expand Down

0 comments on commit e54df54

Please sign in to comment.