Skip to content

Commit 1f417a1

Browse files
committed
Fix CI build
Now that platyPS requirement is actually checked.
1 parent 52b6a84 commit 1f417a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vsts-ci/templates/ci-general.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ steps:
4848
script: |
4949
Get-Module -ListAvailable Pester
5050
Install-Module InvokeBuild -Scope CurrentUser -Force
51+
Install-Module platyPS -Scope CurrentUser -Force
5152
Invoke-Build -Configuration Release
5253
Write-Host "##vso[task.setvariable variable=vsixPath]$(Resolve-Path powershell-*.vsix)"
5354
workingDirectory: $(Build.SourcesDirectory)/vscode-powershell

0 commit comments

Comments
 (0)