diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index c3cdc2c7e79..e62902cfee6 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -75,25 +75,25 @@
-
+
https://github.com/dotnet/arcade
- cb683d57fb7f7dffbe70d51ce430b3910320460d
+ 76b53a100dd070e5a20377db79ba5faddd50627e
-
+
https://github.com/dotnet/arcade
- cb683d57fb7f7dffbe70d51ce430b3910320460d
+ 76b53a100dd070e5a20377db79ba5faddd50627e
-
+
https://github.com/dotnet/arcade
- cb683d57fb7f7dffbe70d51ce430b3910320460d
+ 76b53a100dd070e5a20377db79ba5faddd50627e
-
+
https://github.com/dotnet/arcade
- cb683d57fb7f7dffbe70d51ce430b3910320460d
+ 76b53a100dd070e5a20377db79ba5faddd50627e
-
+
https://github.com/dotnet/arcade
- cb683d57fb7f7dffbe70d51ce430b3910320460d
+ 76b53a100dd070e5a20377db79ba5faddd50627e
diff --git a/eng/Versions.props b/eng/Versions.props
index dc6bd609d16..1ccd4d1b77a 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -37,9 +37,9 @@
- 7.0.0-beta.21519.8
- 7.0.0-beta.21519.8
- 7.0.0-beta.21519.8
+ 7.0.0-beta.21520.1
+ 7.0.0-beta.21520.1
+ 7.0.0-beta.21520.1
diff --git a/eng/common/sdl/configure-sdl-tool.ps1 b/eng/common/sdl/configure-sdl-tool.ps1
index 4999c307088..8a68fc24b11 100644
--- a/eng/common/sdl/configure-sdl-tool.ps1
+++ b/eng/common/sdl/configure-sdl-tool.ps1
@@ -69,13 +69,13 @@ try {
# For some tools, add default and automatic args.
if ($tool.Name -eq 'credscan') {
if ($targetDirectory) {
- $tool.Args += "TargetDirectory < $TargetDirectory"
+ $tool.Args += "`"TargetDirectory < $TargetDirectory`""
}
- $tool.Args += "OutputType < pre"
+ $tool.Args += "`"OutputType < pre`""
$tool.Args += $CrScanAdditionalRunConfigParams
} elseif ($tool.Name -eq 'policheck') {
if ($targetDirectory) {
- $tool.Args += "Target < $TargetDirectory"
+ $tool.Args += "`"Target < $TargetDirectory`""
}
$tool.Args += $PoliCheckAdditionalRunConfigParams
}
diff --git a/global.json b/global.json
index deb9d88b8aa..b625f64a7cd 100644
--- a/global.json
+++ b/global.json
@@ -12,8 +12,8 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21519.8",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21519.8"
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21520.1",
+ "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21520.1"
},
"sdk": {
"version": "6.0.100-rc.1.21430.12"