You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: