diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 35ca92ac188..1dd06e08abe 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -71,19 +71,19 @@
-
+
https://github.com/dotnet/arcade
- c85f9aceddaf85296e3efbc463daaa34fef5a375
+ 9b9436a55a49bd58acb8ae95a57ad2185da26805
-
+
https://github.com/dotnet/arcade
- c85f9aceddaf85296e3efbc463daaa34fef5a375
+ 9b9436a55a49bd58acb8ae95a57ad2185da26805
-
+
https://github.com/dotnet/arcade
- c85f9aceddaf85296e3efbc463daaa34fef5a375
+ 9b9436a55a49bd58acb8ae95a57ad2185da26805
https://github.com/nuget/nuget.client
@@ -98,9 +98,9 @@
df4ae6b81013ac45367372176b9c3135a35a7e3c
-
+
https://github.com/dotnet/arcade
- c85f9aceddaf85296e3efbc463daaa34fef5a375
+ 9b9436a55a49bd58acb8ae95a57ad2185da26805
diff --git a/eng/Versions.props b/eng/Versions.props
index fcdf3aa4b3a..52d44074c39 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -2,7 +2,7 @@
- 17.12.57
+ 17.12.58
release
17.11.4
15.1.0.0
@@ -53,7 +53,7 @@
Otherwise, this version of dotnet will not be installed and the build will error out. -->
$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))
4.2.0-1.22102.8
- 9.0.0-beta.26063.2
+ 9.0.0-beta.26070.1
7.0.0
6.0.1
4.12.0-3.24463.9
diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml
index 1037ccedcb5..0e5458e1f46 100644
--- a/eng/common/core-templates/job/source-build.yml
+++ b/eng/common/core-templates/job/source-build.yml
@@ -65,7 +65,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-azurelinux-3
+ image: Azure-Linux-3-Amd64
os: linux
${{ else }}:
pool:
diff --git a/global.json b/global.json
index e443b7ffa25..bd2f0f4c05a 100644
--- a/global.json
+++ b/global.json
@@ -3,13 +3,13 @@
"allowPrerelease": true
},
"tools": {
- "dotnet": "9.0.112",
+ "dotnet": "9.0.113",
"vs": {
"version": "17.12.0"
},
"xcopy-msbuild": "17.12.0"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26063.2"
+ "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26070.1"
}
}