diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab2bfbb098..16cfad0c5f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/arcade - 573345af653df5b2a733637de413eca1a85dc91d + b92cc5b406acf996b29a653dd4454b87f1d83c5f - + https://github.com/dotnet/arcade - 573345af653df5b2a733637de413eca1a85dc91d + b92cc5b406acf996b29a653dd4454b87f1d83c5f - + https://github.com/dotnet/arcade - 573345af653df5b2a733637de413eca1a85dc91d + b92cc5b406acf996b29a653dd4454b87f1d83c5f https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage diff --git a/eng/Versions.props b/eng/Versions.props index fbf3d8df44..b473b67811 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,7 +7,7 @@ preview - 11.0.0-beta.26065.3 + 11.0.0-beta.26067.2 18.4.0-preview.26064.4 4.1.0-preview.26066.2 diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml index 9d820f9742..7322e88bea 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.2204.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 2e6c02f2a8..24b76ca50a 100644 --- a/global.json +++ b/global.json @@ -37,7 +37,7 @@ "runner": "Microsoft.Testing.Platform" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26065.3", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26067.2", "MSBuild.Sdk.Extras": "3.0.44" } }