PowerBuild
PowerBuild copied to clipboard
Support for PowerShell 6?
This is what happens now:
Invoke-MsBuild : Could not load type 'System.AppDomainSetup' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
I've already started looking into support .Net Core. Unfortunately it does not have support for application domains, on which PowerBuild completely depends. I will probably have to re-write the module from scratch. Also this: https://github.com/Microsoft/msbuild/issues/3352 ;)