diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ca87d3a5..d0043c00a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,17 +3,17 @@ - + https://github.com/dotnet/arcade - 226c103b56a979243f08032e6cddb4deb66ea54b + 60ea5b2eca5af06fc63b250f8669d2c70179b18c - + https://github.com/dotnet/arcade - 226c103b56a979243f08032e6cddb4deb66ea54b + 60ea5b2eca5af06fc63b250f8669d2c70179b18c - + https://github.com/dotnet/arcade - 226c103b56a979243f08032e6cddb4deb66ea54b + 60ea5b2eca5af06fc63b250f8669d2c70179b18c diff --git a/eng/Versions.props b/eng/Versions.props index ee7c743ae..87c80bbd0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,6 +13,6 @@ 8.0.0-preview.4.23220.7 - 8.0.0-beta.23360.1 + 8.0.0-beta.23364.2 diff --git a/eng/common/sdl/configure-sdl-tool.ps1 b/eng/common/sdl/configure-sdl-tool.ps1 index ee9eb8933..e4108e39d 100644 --- a/eng/common/sdl/configure-sdl-tool.ps1 +++ b/eng/common/sdl/configure-sdl-tool.ps1 @@ -93,7 +93,7 @@ try { } 'binskim' { if ($targetDirectory) { - $tool.Args += "`"Target < $TargetDirectory`"" + $tool.Args += "`"Target < $TargetDirectory\**`"" } $tool.Args += $BinskimAdditionalRunConfigParams } diff --git a/global.json b/global.json index 0da3c13ae..abd9c55c1 100644 --- a/global.json +++ b/global.json @@ -16,7 +16,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23360.1", - "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23360.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23364.2", + "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23364.2" } }