Skip to content

Commit ede35f6

Browse files
committed
Print Pester versions in CI
1 parent ef6e468 commit ede35f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ steps:
4646
inputs:
4747
targetType: inline
4848
script: |
49+
Get-Module -ListAvailable Pester
4950
Install-Module InvokeBuild -Scope CurrentUser -Force
5051
Invoke-Build
5152
Write-Host "##vso[task.setvariable variable=vsixPath]$(Resolve-Path powershell-*.vsix)"

0 commit comments

Comments
 (0)