Brandon Olin

Results 116 comments of Brandon Olin

@christru You can take a look at my PoshBot module here: https://github.com/poshbotio/PoshBot That module is almost entirely PowerShell class based.

@christru Cool. I did the same talk at the PowerShell Summit. It is a more polished version. https://www.youtube.com/watch?v=i1DpPU_xxBc&list=PLfeA8kIs7CocGXuezOoYtLRdnK9S_Mq3e

Short of adding global paging support, this could probably be implemented similarly to https://github.com/RamblingCookieMonster/PSSlack/pull/90

Thanks for finding this @pauby and thanks for taking a look @JustinGrote! I created issue #17 to highlight we need to improve the Pester tests for this project. Right now,...

@JustinGrote Can speak to how much work would be involved in shoring up the conversion script.

The original implementation manually created the IB tasks until #11. If the automatic converter is not sufficient or can not be relied upon 100% and requires manual touch, then perhaps...

@pauby @JustinGrote I'd say go manual for now. Bonus if we had a simple module to run through the tests with to validate as well.

@pauby Plan is still to proceed with the manual ones still. I've just pushed a test module to `/tests/TestModule` which we can use to run both psake/IB tasks against and...

@FLeven This is likely because `BuildHelpers` is not published to your Nexus repository. `Publish-Module` will verify that any modules listed in `RequiredModules` are available in the repository you're deploying to.

@joeypiccola tl:dr: It's an ordering issue in the way psake loads the tasks. When you tell psake to load tasks from a module, it runs the `psakeFile.ps1` provided in that...