I want to execute a cmd on PowerShell and this command uses semicolons. Then PowerShell interprets it as multiple commands. How do I make PowerShell ignore the semicolons and ex
Try using Start-Process to run MSbuild then pass the rest as a value with -Argument.