Skip to content

Commit cc060cc

Browse files
Fixing prerequisites - adding string module
1 parent b864d4d commit cc060cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/vsts-prerequisites.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ Install-Module Pester -Force -SkipPublisherCheck
33
Write-Host "Installing PSScriptAnalyzer" -ForegroundColor Cyan
44
Install-Module PSScriptAnalyzer -Force -SkipPublisherCheck
55
Write-Host "Installing PSFramework" -ForegroundColor Cyan
6-
Install-Module PSFramework -Force -SkipPublisherCheck
6+
Install-Module PSFramework -Force -SkipPublisherCheck
7+
Write-Host "Installing String" -ForegroundColor Cyan
8+
Install-Module String -Force -SkipPublisherCheck

0 commit comments

Comments
 (0)