Skip to content

Commit 5979164

Browse files
committed
Add PSNativeCommandArgumentPassing, further align with GenerateAllSolution.ps1
1 parent eccf488 commit 5979164

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

GenerateSingleSolution.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ $arguments = @(
247247
"--launch $launch"
248248
)
249249

250+
# See https://learn.microsoft.com/en-us/powershell/scripting/learn/experimental-features?view=powershell-7.4#psnativecommandargumentpassing
251+
$PSNativeCommandArgumentPassing = 'Legacy'
252+
250253

251254
Write-Output "Running Command: $cmd $arguments"
252255

0 commit comments

Comments
 (0)