Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 885 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 885 Bytes

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