diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 27db7c6e749..5eb6f9574a2 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
- 13323fc374efc77953ec0ac9a0927da69f14a584
+ 9f518f2be968c4c0102c2e3f8c793c5b7f28b731
-
+
https://github.com/dotnet/arcade
- 13323fc374efc77953ec0ac9a0927da69f14a584
+ 9f518f2be968c4c0102c2e3f8c793c5b7f28b731
-
+
https://github.com/dotnet/arcade
- 13323fc374efc77953ec0ac9a0927da69f14a584
+ 9f518f2be968c4c0102c2e3f8c793c5b7f28b731
-
+
https://github.com/dotnet/arcade
- 13323fc374efc77953ec0ac9a0927da69f14a584
+ 9f518f2be968c4c0102c2e3f8c793c5b7f28b731
-
+
https://github.com/dotnet/arcade
- 13323fc374efc77953ec0ac9a0927da69f14a584
+ 9f518f2be968c4c0102c2e3f8c793c5b7f28b731
https://github.com/dotnet/diagnostics
diff --git a/eng/Versions.props b/eng/Versions.props
index 273358c0b0f..1b008a97ead 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -56,9 +56,9 @@
10.0.0
10.0.100
- 10.0.0-beta.26057.1
- 10.0.0-beta.26057.1
- 10.0.0-beta.26057.1
+ 10.0.0-beta.26062.3
+ 10.0.0-beta.26062.3
+ 10.0.0-beta.26062.3
10.0.0
2.0.0
10.0.0-rtm.25523.111
diff --git a/eng/common/core-templates/job/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml
index 3437087c80f..b955fac6e13 100644
--- a/eng/common/core-templates/job/publish-build-assets.yml
+++ b/eng/common/core-templates/job/publish-build-assets.yml
@@ -80,7 +80,7 @@ jobs:
# If it's not devdiv, it's dnceng
${{ if ne(variables['System.TeamProject'], 'DevDiv') }}:
name: NetCore1ESPool-Publishing-Internal
- image: windows.vs2019.amd64
+ image: windows.vs2022.amd64
os: windows
steps:
- ${{ if eq(parameters.is1ESPipeline, '') }}:
diff --git a/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml
index 9423d71ca3a..b942a79ef02 100644
--- a/eng/common/core-templates/post-build/post-build.yml
+++ b/eng/common/core-templates/post-build/post-build.yml
@@ -293,11 +293,11 @@ stages:
${{ else }}:
${{ if eq(parameters.is1ESPipeline, true) }}:
name: NetCore1ESPool-Publishing-Internal
- image: windows.vs2019.amd64
+ image: windows.vs2022.amd64
os: windows
${{ else }}:
name: NetCore1ESPool-Publishing-Internal
- demands: ImageOverride -equals windows.vs2019.amd64
+ demands: ImageOverride -equals windows.vs2022.amd64
steps:
- template: /eng/common/core-templates/post-build/setup-maestro-vars.yml
parameters:
diff --git a/eng/common/templates/variables/pool-providers.yml b/eng/common/templates/variables/pool-providers.yml
index e0b19c14a07..18693ea120d 100644
--- a/eng/common/templates/variables/pool-providers.yml
+++ b/eng/common/templates/variables/pool-providers.yml
@@ -23,7 +23,7 @@
#
# pool:
# name: $(DncEngInternalBuildPool)
-# demands: ImageOverride -equals windows.vs2019.amd64
+# demands: ImageOverride -equals windows.vs2022.amd64
variables:
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- template: /eng/common/templates-official/variables/pool-providers.yml
diff --git a/global.json b/global.json
index 8b5a1929e44..7b2e04089f1 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.26057.1",
- "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26057.1"
+ "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26062.3",
+ "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26062.3"
}
}