Skip to content

Commit b4c1938

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251205.4
On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.25515.1 -> To Version 8.0.0-beta.25605.4
1 parent 52c107c commit b4c1938

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
</Dependency>
4040
</ProductDependencies>
4141
<ToolsetDependencies>
42-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25604.1">
42+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25605.4">
4343
<Uri>https://github.com/dotnet/arcade</Uri>
44-
<Sha>73fd0fca28e08b5228968c48260e771f65c6229b</Sha>
44+
<Sha>f922da012fe84ec4bd6e78ed483de7d6b9f2f564</Sha>
4545
</Dependency>
4646
</ToolsetDependencies>
4747
</Dependencies>

eng/common/templates-official/job/source-index-stage1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
77
preSteps: []
88
binlogPath: artifacts/log/Debug/Build.binlog
9-
condition: ''
9+
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
1010
dependsOn: ''
1111
pool: ''
1212

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.NoTargets": "3.7.0",
7-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25604.1",
7+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25605.4",
88
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23552.3",
99
"Microsoft.VisualStudio.Internal.MicroBuild.Vsman": "2.0.174"
1010
}

0 commit comments

Comments
 (0)