We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44af06c commit 7330acaCopy full SHA for 7330aca
templates/PSFProject/build/vsts-prerequisites.ps1
@@ -1,4 +1,6 @@
1
Write-Host "Installing Pester" -ForegroundColor Cyan
2
Install-Module Pester -Force -SkipPublisherCheck
3
Write-Host "Installing PSFramework" -ForegroundColor Cyan
4
-Install-Module PSFramework -Force -SkipPublisherCheck
+Install-Module PSFramework -Force -SkipPublisherCheck
5
+Write-Host "Installing PSScriptAnalyzer" -ForegroundColor Cyan
6
+Install-Module PSScriptAnalyzer -Force -SkipPublisherCheck
0 commit comments