Invoke-MsBuild icon indicating copy to clipboard operation
Invoke-MsBuild copied to clipboard

Feature Request: Support on Linux/Mac (through dotnet msbuild?)

Open japj opened this issue 5 years ago • 0 comments

Currently Invoke-MsBuild seems to only support running from Windows.

However, with dotnet (msbuild)/powershell being crossplatform, it would be nice if Invoke-MsBuild would also work cross platform (e.g. through dotnet msbuild).

With Invoke-MsBuild '2.6.2' running on WSL Ubuntu 18.04 LTS I get:

Get-ChildItem: .... Invoke-MsBuild.psm1:674 Line | 674 | … nsStrings = Get-ChildItem -Path $registryPathToMsBuildToolsVersions | … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find drive. A drive with the name 'HKLM' does not exist.

japj avatar Sep 18 '20 09:09 japj