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 213503d commit a438781Copy full SHA for a438781
.vsts-ci/templates/ci-general.yml
@@ -61,11 +61,11 @@ steps:
61
inputs:
62
targetType: inline
63
script: |
64
+ Install-Module -Name InvokeBuild -Force -Scope CurrentUser -RequiredVersion 5.10.3
65
$PSStyle.Formatting.Verbose = $PSStyle.Foreground.BrightCyan
66
$PSStyle.Formatting.Debug = $PSStyle.Foreground.BrightMagenta
67
$VerbosePreference = 'Continue'
68
$DebugPreference = 'Continue'
- Install-Module -Name InvokeBuild -Force -Scope CurrentUser -RequiredVersion 5.10.3
69
Invoke-Build -InstallPrerequisites -Configuration Release Prerequisites
70
workingDirectory: $(Build.SourcesDirectory)/vscode-powershell
71
pwsh: true
0 commit comments