diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8db7452ef..04af5be23 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -238,17 +238,17 @@ - + https://github.com/dotnet/arcade - a26575045adf694ecd7af6b1a310d2324ef5682b + 87b015b938e5400d6e57afd7650348c17a764b73 - + https://github.com/dotnet/arcade - a26575045adf694ecd7af6b1a310d2324ef5682b + 87b015b938e5400d6e57afd7650348c17a764b73 - + https://github.com/dotnet/arcade - a26575045adf694ecd7af6b1a310d2324ef5682b + 87b015b938e5400d6e57afd7650348c17a764b73 https://github.com/dotnet/arcade-services @@ -258,14 +258,14 @@ https://github.com/dotnet/arcade-services 9ec07c3673acf5602234c244d9465bca48f49969 - + https://github.com/dotnet/arcade - a26575045adf694ecd7af6b1a310d2324ef5682b + 87b015b938e5400d6e57afd7650348c17a764b73 - + https://github.com/dotnet/arcade - a26575045adf694ecd7af6b1a310d2324ef5682b + 87b015b938e5400d6e57afd7650348c17a764b73 diff --git a/eng/Versions.props b/eng/Versions.props index 8a79a8e96..ddd925514 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.24210.4 + 9.0.0-beta.24212.4 diff --git a/eng/common/templates/steps/source-build.yml b/eng/common/templates/steps/source-build.yml index 7252a2c95..32738aa93 100644 --- a/eng/common/templates/steps/source-build.yml +++ b/eng/common/templates/steps/source-build.yml @@ -98,8 +98,6 @@ steps: /p:DotNetBuildRepo=true \ /p:AssetManifestFileName=$assetManifestFileName displayName: Build - env: - OPENSSL_ENABLE_SHA1_SIGNATURES: 1 # Upload build logs for diagnosis. - task: CopyFiles@2 diff --git a/global.json b/global.json index 2d1504c37..c1bf9aace 100644 --- a/global.json +++ b/global.json @@ -11,8 +11,8 @@ "cmake": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24210.4", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24210.4", + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24212.4", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24212.4", "Microsoft.Build.NoTargets": "3.7.0" } }