lholman / OneBuild

Convention based PowerShell build for .NET http://lholman.github.io/OneBuild/
Apache License 2.0
17 stars 2 forks source link

Run octo pack #36

Closed lholman closed 9 years ago

lholman commented 9 years ago

Fixes for #31 and #24. This started as testing the OctoPack addition. If you are using OctoPack within your solution OneBuild will execute it, however output is NOT directed to the standard OneBuild \BuildOutput folder as of yet.

Testing this feature also smoked out some issues with #24 which required some minor fixes around output stream merging that was causing unnecessary errors in the New-CompiledSolution module.

lholman commented 9 years ago

This introduces the change from #31 and possibly #27 whilst also fixing an error introduced with #24