Skip to content

Commit 64888b1

Browse files
author
Friedrich Weinmann
committed
fixing missing dependency
1 parent 9164ea1 commit 64888b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/vsts-prerequisites.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ Write-Host "Installing PSFramework" -ForegroundColor Cyan
44
Install-Module PSFramework -Force -SkipPublisherCheck
55
Write-Host "Installing PSScriptAnalyzer" -ForegroundColor Cyan
66
Install-Module PSScriptAnalyzer -Force -SkipPublisherCheck
7+
Write-Host "Installing string" -ForegroundColor Cyan
8+
Install-Module string -Force -SkipPublisherCheck

0 commit comments

Comments
 (0)