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 b864d4d commit cc060ccCopy full SHA for cc060cc
build/vsts-prerequisites.ps1
@@ -3,4 +3,6 @@ Install-Module Pester -Force -SkipPublisherCheck
3
Write-Host "Installing PSScriptAnalyzer" -ForegroundColor Cyan
4
Install-Module PSScriptAnalyzer -Force -SkipPublisherCheck
5
Write-Host "Installing PSFramework" -ForegroundColor Cyan
6
-Install-Module PSFramework -Force -SkipPublisherCheck
+Install-Module PSFramework -Force -SkipPublisherCheck
7
+Write-Host "Installing String" -ForegroundColor Cyan
8
+Install-Module String -Force -SkipPublisherCheck
0 commit comments