diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c11f56f2e2a..149fa0ebc9a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,17 +3,17 @@ - + https://github.com/dotnet/arcade - 14df52bae2c74fc850a8c40fe68ea5be5cd30116 + 87531ff8de2e6501ff85973c9af44953a2c5b687 - + https://github.com/dotnet/arcade - 14df52bae2c74fc850a8c40fe68ea5be5cd30116 + 87531ff8de2e6501ff85973c9af44953a2c5b687 - + https://github.com/dotnet/arcade - 14df52bae2c74fc850a8c40fe68ea5be5cd30116 + 87531ff8de2e6501ff85973c9af44953a2c5b687 diff --git a/eng/Versions.props b/eng/Versions.props index a6d1614d9cf..75fe6742b59 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -6,6 +6,6 @@ 1 - 7.0.0-beta.22426.8 + 8.0.0-beta.22452.1 diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml index 3e26fdebed7..ae3c58b5436 100644 --- a/eng/azure-pipelines.yml +++ b/eng/azure-pipelines.yml @@ -35,7 +35,7 @@ stages: timeoutInMinutes: 30 pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 @@ -57,7 +57,7 @@ stages: timeoutInMinutes: 30 pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 @@ -80,7 +80,7 @@ stages: displayName: iOS timeoutInMinutes: 45 pool: - vmImage: macOS-10.15 + vmImage: macos-11 steps: - bash: | ./build.sh --ci --restore --build --configuration $(_BuildConfig) /p:TargetOS=iOSSimulator /p:TargetArchitecture=x64 $(_InternalBuildArgs) @@ -101,7 +101,7 @@ stages: displayName: MacCatalyst timeoutInMinutes: 45 pool: - vmImage: macOS-10.15 + vmImage: macos-11 steps: - bash: | ./build.sh --ci --restore --build --configuration $(_BuildConfig) /p:TargetOS=MacCatalyst /p:TargetArchitecture=x64 $(_InternalBuildArgs) @@ -119,7 +119,7 @@ stages: displayName: tvOS timeoutInMinutes: 45 pool: - vmImage: macOS-10.15 + vmImage: macos-11 steps: - bash: | ./build.sh --ci --restore --build --configuration $(_BuildConfig) /p:TargetOS=tvOSSimulator /p:TargetArchitecture=x64 $(_InternalBuildArgs) @@ -139,7 +139,7 @@ stages: timeoutInMinutes: 30 pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - vmImage: ubuntu-18.04 + vmImage: ubuntu-20.04 ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Internal demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 diff --git a/global.json b/global.json index 91bb922668c..5d2be510e5b 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "7.0.100-preview.7.22377.5" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.8", - "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22426.8" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22452.1", + "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22452.1" } }