diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 280f391c5e39..b6a76e2cf3c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -589,34 +589,34 @@ - + https://github.com/dotnet/arcade - c1205e7ef5628ab617dc234c7d89616fcd2917a8 + 69a6ee9b0f059a101093ebd06560f68ce797358b - + https://github.com/dotnet/arcade - c1205e7ef5628ab617dc234c7d89616fcd2917a8 + 69a6ee9b0f059a101093ebd06560f68ce797358b - + https://github.com/dotnet/arcade - c1205e7ef5628ab617dc234c7d89616fcd2917a8 + 69a6ee9b0f059a101093ebd06560f68ce797358b - + https://github.com/dotnet/arcade - c1205e7ef5628ab617dc234c7d89616fcd2917a8 + 69a6ee9b0f059a101093ebd06560f68ce797358b - + https://github.com/dotnet/arcade - c1205e7ef5628ab617dc234c7d89616fcd2917a8 + 69a6ee9b0f059a101093ebd06560f68ce797358b - + https://github.com/dotnet/arcade - c1205e7ef5628ab617dc234c7d89616fcd2917a8 + 69a6ee9b0f059a101093ebd06560f68ce797358b - + https://github.com/dotnet/arcade - c1205e7ef5628ab617dc234c7d89616fcd2917a8 + 69a6ee9b0f059a101093ebd06560f68ce797358b diff --git a/eng/Versions.props b/eng/Versions.props index f408f21aaf23..caa390a6785c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -270,10 +270,10 @@ - 9.0.0-beta.26104.5 - 9.0.0-beta.26104.5 - 9.0.0-beta.26104.5 - 9.0.0-beta.26104.5 + 9.0.0-beta.26106.3 + 9.0.0-beta.26106.3 + 9.0.0-beta.26106.3 + 9.0.0-beta.26106.3 diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml index 0e5458e1f46c..d943748ac10e 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: Azure-Linux-3-Amd64 + image: build.azurelinux.3.amd64 os: linux ${{ else }}: pool: diff --git a/global.json b/global.json index 13c3e979dcfe..e233c689de71 100644 --- a/global.json +++ b/global.json @@ -17,8 +17,8 @@ "cmake": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26104.5", - "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.26104.5", + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.26106.3", + "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.26106.3", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1" }