Skip to content

Commit 140d79e

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251121.1 (#406)
[release/8.0] Update dependencies from dotnet/arcade
1 parent 3809aef commit 140d79e

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
@@ -8,9 +8,9 @@
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25563.4">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25571.1">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>952abb7faea30d565b847d31411d019904a613a0</Sha>
13+
<Sha>be61e5dbdc68d586c5a479486c2342f0f4161c38</Sha>
1414
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1515
</Dependency>
1616
</ToolsetDependencies>

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,6 +4,6 @@
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.NoTargets": "3.5.0",
7-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25563.4"
7+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25571.1"
88
}
99
}

0 commit comments

Comments
 (0)