diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20dbb5881f..ce275c7792 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -40,13 +40,13 @@ https://github.com/dotnet/aspnetcore a85675d5da8e42909f0ece7e70df9af35615707d - + https://github.com/dotnet/runtime - 17a4eca42337109c4f916a023d97df12b50b5d59 + 508fef51e841aa16ffed1aae32bf4793a2cea363 - + https://github.com/dotnet/runtime - 17a4eca42337109c4f916a023d97df12b50b5d59 + 508fef51e841aa16ffed1aae32bf4793a2cea363 diff --git a/eng/Versions.props b/eng/Versions.props index b14f1f2020..ec32533fa2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ 1.0.337501 - 7.0.0-rc.1.22380.3 - 7.0.0-rc.1.22380.3 + 7.0.0-rc.1.22381.5 + 7.0.0-rc.1.22381.5 7.0.0-rc.1.22380.2 7.0.0-rc.1.22380.2 diff --git a/eng/build.yml b/eng/build.yml index cdca2e0e53..fb790587d5 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -48,7 +48,7 @@ jobs: # Build OSX Pool (we don't have on-prem OSX BuildPool) ${{ if in(parameters.osGroup, 'MacOS', 'MacOS_cross') }}: - vmImage: macOS-10.15 + vmImage: macOS-latest # Official Build Windows Pool ${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}: @@ -137,9 +137,6 @@ jobs: sourceFolder: $(Build.ArtifactStagingDirectory)/__download__/Build_$(_BuildConfig)/bin/Linux.$(_BuildArch).$(_BuildConfig) targetFolder: '$(Build.SourcesDirectory)/artifacts/bin/Linux.$(_BuildArch).$(_BuildConfig)' - - ${{ if eq(parameters.osGroup, 'MacOS_cross') }}: - - script: /bin/bash -c "sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer" - - script: $(_dockerEnv) $(_buildScript) -configuration $(_BuildConfig) -architecture $(_BuildArch)