diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 8f59da684c..8e6ed4e84a 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26117.104 + 10.0.0-beta.26123.105 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 35485526a7..8e29493605 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - 1681538ae28fe973fbd1d66f39884ec8cc800269 + c062731b2949ba96a396c221b3978fcb0a1decd0 diff --git a/eng/Versions.props b/eng/Versions.props index 486bf7251c..07df8c567e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -4,7 +4,7 @@ - 2.0.4 + 2.0.5 servicing diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml index f48e10cb61..1997c2ae00 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.azurelinux.3.amd64.open ${{ 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 ebce50e613..8f2a444737 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26117.104" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26123.105" } }