Scordo

Results 15 comments of Scordo

Are there any outlooks on the whole problem? We are stuck on version 7.2.11 because of the quoting problems. Whats the plan for this. Which next powershell release will be...

@mklement0 Can you please provide a solution to this, wehn the path to msbuild contains a space? For example like this: "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64\MSBuild.exe" I fail at it :-(

Hi @mklement0 , and thanks for the info. I've created 2 functions to ease the dealing with msbuid. This now compatible with new and old powershell versions: ```powershell function Invoke-ThroughCmd...

> Glad to hear it, @Scordo, but note that your functions will only work as intended if none of the `$Args` elements contain spaces or other PowerShell metacharacters. (On a...