Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f9085ba

Browse files
committed
Install InvokeBuild prerequisite in both environments
1 parent bf3fdb6 commit f9085ba

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
@@ -80,6 +80,7 @@ steps:
8080
inputs:
8181
targetType: inline
8282
script: |
83+
Install-Module -Name InvokeBuild -Force -Scope CurrentUser -RequiredVersion 5.10.3
8384
Invoke-Build -InstallPrerequisites -Configuration Release Test
8485
workingDirectory: $(Build.SourcesDirectory)/vscode-powershell
8586
pwsh: ${{ parameters.pwsh }}

0 commit comments

Comments
 (0)