Tag: Creating PowerShell modules with Azure Devops.

Prepping the Build Pipeline

Azure Pipelines is a cloud service that you can use to automatically build and test your code project and make it available to other users. It works with about any language or project type. This blog is part of a series of blog about “Creating PowerShell modules with Azure Devops.“ Azure Pipelines combines continuous integration (CI) and continuous delivery (CD) to test and

Continue readingPrepping the Build Pipeline