Skip to content

Commit 2260e5d

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251120.4
On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.25562.3 -> To Version 8.0.0-beta.25570.4
1 parent f438186 commit 2260e5d

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.25570.2">
42+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25570.4">
4343
<Uri>https://github.com/dotnet/arcade</Uri>
44-
<Sha>d13f823db8020aacdb627139d939048ad649853d</Sha>
44+
<Sha>b03a7214ed5a36d5267894adf9f8f55067962fdb</Sha>
4545
</Dependency>
4646
</ToolsetDependencies>
4747
</Dependencies>

eng/common/templates-official/job/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
${{ if eq(variables['System.TeamProject'], 'internal') }}:
6363
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
64-
image: 1es-mariner-2
64+
image: 1es-azurelinux-3
6565
os: linux
6666

6767
${{ if ne(parameters.platform.pool, '') }}:

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.25570.2",
7+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25570.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)