We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b6a84 commit 1f417a1Copy full SHA for 1f417a1
.vsts-ci/templates/ci-general.yml
@@ -48,6 +48,7 @@ steps:
48
script: |
49
Get-Module -ListAvailable Pester
50
Install-Module InvokeBuild -Scope CurrentUser -Force
51
+ Install-Module platyPS -Scope CurrentUser -Force
52
Invoke-Build -Configuration Release
53
Write-Host "##vso[task.setvariable variable=vsixPath]$(Resolve-Path powershell-*.vsix)"
54
workingDirectory: $(Build.SourcesDirectory)/vscode-powershell
0 commit comments