-
30 July 2022
Getting Started with PsBuildTasks
Previously I explained the vision of PsBuildTasks and how it works. Unfortunately you need a lot about it to get it working. This has changed since it has now it’s own PowerShell module for installation.
-
16 April 2022
Streamlining PowerShell Modules with PsBuildTasks
Previously I explained aspects of a PowerShell module. Now I’ll introduce PsBuildTasks: A repository that provides reusable components for PowerShell module development and maintenance. I’ll explain how to focus on features of your PowerShell module and streamline the “overhead” like release management and testing.
-
15 April 2022
PowerShell Module Development - Reuse and Maturity
In the last years, I learned to reuse some code between PowerShell modules, not like Cmdlets imported from other modules but structure and tools. I’ll explain how to improve your modules and your development process.