Skip to content

Commit 7330aca

Browse files
Update vsts-prerequisites.ps1
1 parent 44af06c commit 7330aca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Write-Host "Installing Pester" -ForegroundColor Cyan
22
Install-Module Pester -Force -SkipPublisherCheck
33
Write-Host "Installing PSFramework" -ForegroundColor Cyan
4-
Install-Module PSFramework -Force -SkipPublisherCheck
4+
Install-Module PSFramework -Force -SkipPublisherCheck
5+
Write-Host "Installing PSScriptAnalyzer" -ForegroundColor Cyan
6+
Install-Module PSScriptAnalyzer -Force -SkipPublisherCheck

0 commit comments

Comments
 (0)