Skip to content
Merged
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/dotnet/arcade build 20251…
…205.4

On relative base path root
Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.25604.1 -> To Version 8.0.0-beta.25605.4
  • Loading branch information
dotnet-maestro[bot] committed Dec 7, 2025
commit 637e819be94763351f37245e076ba3a4648d3bb2
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25604.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25605.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>73fd0fca28e08b5228968c48260e771f65c6229b</Sha>
<Sha>f922da012fe84ec4bd6e78ed483de7d6b9f2f564</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
Expand Down
2 changes: 1 addition & 1 deletion eng/common/templates-official/job/source-index-stage1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameters:
sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
preSteps: []
binlogPath: artifacts/log/Debug/Build.binlog
condition: ''
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
dependsOn: ''
pool: ''

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"dotnet": "8.0.122"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25604.1"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25605.4"
}
}