Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
japj opened this issue Sep 18, 2020 · 0 comments
Open

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

japj opened this issue Sep 18, 2020 · 0 comments

Comments

@japj
Copy link

japj commented Sep 18, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants