diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e3ee5462b48df..b362f701ae504 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - c8e0cc19e7406ab0e2b2998b9c7a9249ef801b19 + 1ceac96c54fcf33eb745649c4e7b8d7507a9b730 https://github.com/dotnet/roslyn diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index ff047d0fb162d..8ad0f9f66c25f 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -1,6 +1,6 @@ parameters: enableSourceLinkValidation: false - enableSigningValidation: false + enableSigningValidation: true enableSymbolValidation: false enableNugetValidation: true publishInstallersAndChecksums: false diff --git a/global.json b/global.json index 852d51d1db2a9..c6d74253e03b6 100644 --- a/global.json +++ b/global.json @@ -12,6 +12,6 @@ "xcopy-msbuild": "16.8.0-preview2.1" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20569.8" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20570.10" } }