diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 8dba2ce242b..525c608e0df 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -22,25 +22,25 @@
https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet
b0f34d51fccc69fd334253924abd8d6853fad7aa
-
+
https://github.com/dotnet/arcade
- 9f518f2be968c4c0102c2e3f8c793c5b7f28b731
+ af17297350d5e5357d2ab3d69369d2a58b8bc4ab
-
+
https://github.com/dotnet/arcade
- 9f518f2be968c4c0102c2e3f8c793c5b7f28b731
+ af17297350d5e5357d2ab3d69369d2a58b8bc4ab
-
+
https://github.com/dotnet/arcade
- 9f518f2be968c4c0102c2e3f8c793c5b7f28b731
+ af17297350d5e5357d2ab3d69369d2a58b8bc4ab
-
+
https://github.com/dotnet/arcade
- 9f518f2be968c4c0102c2e3f8c793c5b7f28b731
+ af17297350d5e5357d2ab3d69369d2a58b8bc4ab
-
+
https://github.com/dotnet/arcade
- 9f518f2be968c4c0102c2e3f8c793c5b7f28b731
+ af17297350d5e5357d2ab3d69369d2a58b8bc4ab
https://github.com/dotnet/diagnostics
diff --git a/eng/Versions.props b/eng/Versions.props
index 12b8102f8ee..00e3fde9464 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -56,9 +56,9 @@
10.0.0
10.0.100
- 10.0.0-beta.26062.3
- 10.0.0-beta.26062.3
- 10.0.0-beta.26062.3
+ 10.0.0-beta.26066.3
+ 10.0.0-beta.26066.3
+ 10.0.0-beta.26066.3
10.0.0
2.0.0
10.0.0-rtm.25523.111
diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml
index d805d5faeb9..c08b3ad8ad0 100644
--- a/eng/common/core-templates/job/source-build.yml
+++ b/eng/common/core-templates/job/source-build.yml
@@ -63,7 +63,7 @@ jobs:
demands: ImageOverride -equals build.ubuntu.2004.amd64
${{ if eq(variables['System.TeamProject'], 'internal') }}:
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')]
- image: 1es-mariner-2
+ image: Azure-Linux-3-Amd64
os: linux
${{ else }}:
pool:
diff --git a/global.json b/global.json
index 7b2e04089f1..75a3ba2d477 100644
--- a/global.json
+++ b/global.json
@@ -26,7 +26,7 @@
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
- "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26062.3",
- "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26062.3"
+ "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26066.3",
+ "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26066.3"
}
}