|
I've reviewed the package thoroughly and ended up making some major
changes:
* Removed separate build of PowerShell-Native, the artifacts we built
were unused and the ones fetched NuGet was installed. Building
PowerShell-Native as a separate package to depend on is something that
might be considered for the future.
* I've closely examined the build script upstream uses (build.psm1) and
tried to replicate that build process as closely as possible.
* I've replaced the old test suites with upstream's PowerShell suite.
This suite does take around 5 minutes but, as these tests thoroughly
test the core functionality of the package, I consider it worthwhile.
|