diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 8ed2400bbb78..3282c836ab8b 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,17 +3,17 @@
-
+
https://github.com/dotnet/arcade
- c8e0cc19e7406ab0e2b2998b9c7a9249ef801b19
+ 6afe5f93699b6512ee07362fa451317a2ce34f7b
-
+
https://github.com/dotnet/arcade
- c8e0cc19e7406ab0e2b2998b9c7a9249ef801b19
+ 6afe5f93699b6512ee07362fa451317a2ce34f7b
-
+
https://github.com/dotnet/arcade
- c8e0cc19e7406ab0e2b2998b9c7a9249ef801b19
+ 6afe5f93699b6512ee07362fa451317a2ce34f7b
https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup
diff --git a/eng/Versions.props b/eng/Versions.props
index 80f73a5fed31..bc829e67bb5d 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -24,7 +24,7 @@
2.0.0
4.0.0
1.5.0
- 1.0.0-beta.20569.8
+ 1.0.0-beta.20570.2
diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml
index ff047d0fb162..8ad0f9f66c25 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 273df82ccd1e..2dfb2378dc20 100644
--- a/global.json
+++ b/global.json
@@ -6,7 +6,7 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20569.8",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20569.8"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20570.2",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20570.2"
}
}