From 63f0ff75fa605b0a37bcfdf71f1e17d2f66bfedb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:00:44 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20211020.1 (#12476) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/sdl/configure-sdl-tool.ps1 | 6 +++--- global.json | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 62d951e74..3f9266f87 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -172,19 +172,19 @@ - + 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/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 4648947b3..ec1d2aeff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 7.0.0-beta.21519.8 + 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 4999c3070..8a68fc24b 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 e93add54e..711e3f18c 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21519.8", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21519.8" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21520.1", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21520.1" } }