diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba0ddbd9ac2..475aae94a03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -7,25 +7,25 @@ - + https://github.com/dotnet/arcade - c8a7611e15656f45b039d46ec4e09f9f2a7edf99 + a6c768feac1eb128144e0f1c847bcd68e999afa9 - + https://github.com/dotnet/arcade - c8a7611e15656f45b039d46ec4e09f9f2a7edf99 + a6c768feac1eb128144e0f1c847bcd68e999afa9 - + https://github.com/dotnet/arcade - c8a7611e15656f45b039d46ec4e09f9f2a7edf99 + a6c768feac1eb128144e0f1c847bcd68e999afa9 - + https://github.com/dotnet/arcade - c8a7611e15656f45b039d46ec4e09f9f2a7edf99 + a6c768feac1eb128144e0f1c847bcd68e999afa9 - + https://github.com/dotnet/arcade - c8a7611e15656f45b039d46ec4e09f9f2a7edf99 + a6c768feac1eb128144e0f1c847bcd68e999afa9 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 5f650a21cf9..9f29a3d7c3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -60,8 +60,8 @@ 2.4.1 2.0.3 2.4.1 - 5.0.0-beta.20478.3 - 5.0.0-beta.20478.3 + 5.0.0-beta.20569.10 + 5.0.0-beta.20569.10 1.22.0 1.1.2 2.0.0 @@ -74,7 +74,7 @@ 1.1.0-beta.20258.6 1.1.0-beta-20476-01 1.1.0-beta-20476-01 - 5.0.0-beta.20478.3 + 5.0.0-beta.20569.10 1.0.0-beta.20502.2 1.1.0-beta.20461.2 1.0.0-prerelease.20505.1 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 639cf350976..761fb1a29c3 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -16,7 +16,7 @@ parameters: PromoteToChannelIds: '' enableSourceLinkValidation: false - enableSigningValidation: false + enableSigningValidation: true enableSymbolValidation: false enableNugetValidation: true publishInstallersAndChecksums: true diff --git a/global.json b/global.json index ef5f527aaa7..7c274cc95db 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "dotnet": "5.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20478.3", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20478.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20569.10", + "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20569.10" } }