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

Commit a438781

Browse files
committed
Reduce verbosity more
1 parent 213503d commit a438781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts-ci/templates/ci-general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ steps:
6161
inputs:
6262
targetType: inline
6363
script: |
64+
Install-Module -Name InvokeBuild -Force -Scope CurrentUser -RequiredVersion 5.10.3
6465
$PSStyle.Formatting.Verbose = $PSStyle.Foreground.BrightCyan
6566
$PSStyle.Formatting.Debug = $PSStyle.Foreground.BrightMagenta
6667
$VerbosePreference = 'Continue'
6768
$DebugPreference = 'Continue'
68-
Install-Module -Name InvokeBuild -Force -Scope CurrentUser -RequiredVersion 5.10.3
6969
Invoke-Build -InstallPrerequisites -Configuration Release Prerequisites
7070
workingDirectory: $(Build.SourcesDirectory)/vscode-powershell
7171
pwsh: true

0 commit comments

Comments
 (0)