Skip to content

Commit cc2ca76

Browse files
committed
Remove PSNativeCommandArgumentPassing, further align with GenerateAllSolution.ps1
1 parent eccf488 commit cc2ca76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GenerateAllSolution.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@ else
184184
$diagnostics = ""
185185
}
186186

187-
# See https://learn.microsoft.com/en-us/powershell/scripting/learn/experimental-features?view=powershell-7.4#psnativecommandargumentpassing
188-
$PSNativeCommandArgumentPassing = 'Legacy'
189-
190187
$cmd = 'dotnet'
191188
$arguments = @(
192189
$sdkoptions

0 commit comments

Comments
 (0)