Brandon Olin
Brandon Olin
@JustinGrote I was thinking the same thing. We can define default dependencies via `$PSBPreference` properties and allow the user to modify those if needed. Default `Publish` task dependency in `build.properties.ps1`...
Thanks for the fix @joshooaj!
[v0.5.0](https://www.powershellgallery.com/packages/Stucco/0.5.0) has been released with this fix.
Thanks for the contribution @webtroter! This is a good addition.
I haven't done much experimenting with PowerShell on OS X yet. It's not surprising that there will be issues with popular modules like psake. Just taking a quick glance at...
I finally got off my butt and merged all the PRs (including #72 from @dbroeglin ) which includes `Remove-NSSystemFile`. Master and dev branches are in sync as well. v1.5.0 has...
@quonic This is resolved in #27. Are you pulling the latest from `main`?
@HeyItsGilbert @quonic [v0.5.0](https://www.powershellgallery.com/packages/Stucco/0.5.0) has been released with this fix. Sorry I slept on this for so long.
Ya, testing is hard 😄. I like the idea of integration tests but I'm not sure on the best way to implement that on a module that is 100% dependent...
@dbr787 It's currently no possible but I agree, it would be great if PoshBot supported two way communication in some way. The challenge will be a few things: 1. Slack's...