Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .vsts-ci/templates/ci-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ steps:
inputs:
targetType: inline
script: |
Install-Module -Name PowerShellGet -AllowPrerelease -Scope CurrentUser -Force
Register-PSResourceRepository -PSGallery
Get-Module -ListAvailable Pester
Install-Module InvokeBuild -Scope CurrentUser -Force
Install-Module -Name InvokeBuild -Scope CurrentUser -Force
Invoke-Build
Write-Host "##vso[task.setvariable variable=vsixPath]$(Resolve-Path powershell-*.vsix)"
workingDirectory: $(Build.SourcesDirectory)/vscode-powershell
Expand Down