diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index c574e053..d28c7513 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,25 +3,25 @@
-
+
https://github.com/dotnet/arcade
- 00a270bc27455470fac06f5704aa0d7a5a31489d
+ 87531ff8de2e6501ff85973c9af44953a2c5b687
-
+
https://github.com/dotnet/arcade
- 00a270bc27455470fac06f5704aa0d7a5a31489d
+ 87531ff8de2e6501ff85973c9af44953a2c5b687
-
+
https://github.com/dotnet/arcade
- 00a270bc27455470fac06f5704aa0d7a5a31489d
+ 87531ff8de2e6501ff85973c9af44953a2c5b687
-
+
https://github.com/dotnet/arcade
- 00a270bc27455470fac06f5704aa0d7a5a31489d
+ 87531ff8de2e6501ff85973c9af44953a2c5b687
-
+
https://github.com/dotnet/arcade
- 00a270bc27455470fac06f5704aa0d7a5a31489d
+ 87531ff8de2e6501ff85973c9af44953a2c5b687
https://github.com/dotnet/arcade-services
diff --git a/eng/common/templates/job/source-build.yml b/eng/common/templates/job/source-build.yml
index 5cd5325d..88f6f75a 100644
--- a/eng/common/templates/job/source-build.yml
+++ b/eng/common/templates/job/source-build.yml
@@ -46,7 +46,7 @@ jobs:
# source-build builds run in Docker, including the default managed platform.
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
- name: NetCore1ESPool-Public
+ name: NetCore-Public
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
diff --git a/eng/common/templates/job/source-index-stage1.yml b/eng/common/templates/job/source-index-stage1.yml
index c85044a6..21fd1227 100644
--- a/eng/common/templates/job/source-index-stage1.yml
+++ b/eng/common/templates/job/source-index-stage1.yml
@@ -28,7 +28,7 @@ jobs:
${{ if eq(parameters.pool, '') }}:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
- name: NetCore1ESPool-Public
+ name: NetCore-Public
demands: ImageOverride -equals windows.vs2019.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
diff --git a/global.json b/global.json
index c3551a9c..869bfbe5 100644
--- a/global.json
+++ b/global.json
@@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22431.1"
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22452.1"
}
}