Skip to content

umn-microsoft-automation/MMS-2024

Repository files navigation

MMS-2024

Pipeline DevOps sample project

Build Status

Static Code Analysis

PS Script Analyzer

https://www.powershellgallery.com/packages/PSScriptAnalyzer

Install-Module -Name psscriptanalyzer -Force -SkipPublisherCheck

Unit testing your stuff

Using Pester Tests https://pester.dev/docs/quick-start/

https://www.powershellgallery.com/packages/Pester/5.5.0

Install-Module -Name Pester -Force -SkipPublisherCheck

Documentation help

PlatyPS - instant MarkDown help files.

https://github.com/PowerShell/platyPS

Install-Module -Name PlatyPS -Force -SkipPublisherCheck