Roberth Strand
Blogs, Articles, and Posts
Adding a year worth of sprints in Azure DevOps with PowerShell
(robstr.dev)
If you are working with Azure DevOps to keep track of your projects, you probably have to deal with
By: Roberth Strand submitted:Jun 16 2022
If you are working with Azure DevOps to keep track of your projects, you probably have to deal with
sprints. Depending on the length of your sprints, and the fact that you can bulk add sprints, you probably either end up creating the next sprint during sprint planning or create every sprint manually.
By: Roberth Strand submitted:Jun 16 2022
Code coverage for PowerShell module development
(robstr.dev)
In this particular blog, we're going to explore how to create code coverage metrics and
By: Roberth Strand submitted:Jun 16 2022
In this particular blog, we're going to explore how to create code coverage metrics and
automatically send the results to the service codecov.io, which in turn will present the results so that we can see change over time.
By: Roberth Strand submitted:Jun 16 2022
Projects, Scripts, and Modules
Publish to PowerShellGallery with GitHub Actions
(robstr.dev)
My next step in automating my PowerShell module development workflow is to have my module deploy to
By: Roberth Strand submitted:Jun 16 2022
My next step in automating my PowerShell module development workflow is to have my module deploy to
PowerShellGallery when creating a GitHub release. Last time it was doing unit testing with pester, now we want our code to get out in the world.
By: Roberth Strand submitted:Jun 16 2022