Skip to content

Commit d92908e

Browse files
committed
Align $sdkoptions to GenerateAllSolution.ps1
1 parent 5979164 commit d92908e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GenerateSingleSolution.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ $projects = $projects + "$PSScriptRoot\CommunityToolkit.Tooling.XamlNamedPropert
217217

218218
if ($UseDiagnostics.IsPresent)
219219
{
220-
$sdkoptions = " -d"
220+
$sdkoptions = "-d"
221221
$diagnostics = @(
222222
'-bl:slngen.binlog'
223223
# Console logger + binlog causes exception and failure

0 commit comments

Comments
 (0)