We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6e468 commit ede35f6Copy full SHA for ede35f6
.vsts-ci/templates/ci-general.yml
@@ -46,6 +46,7 @@ steps:
46
inputs:
47
targetType: inline
48
script: |
49
+ Get-Module -ListAvailable Pester
50
Install-Module InvokeBuild -Scope CurrentUser -Force
51
Invoke-Build
52
Write-Host "##vso[task.setvariable variable=vsixPath]$(Resolve-Path powershell-*.vsix)"
0 commit comments