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

Commit af46415

Browse files
committed
Colorize prerequisite detail
1 parent cbc9f32 commit af46415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ steps:
6161
inputs:
6262
targetType: inline
6363
script: |
64+
$PSStyle.Formatting.Verbose = $PSStyle.Foreground.BrightCyan
65+
$PSStyle.Formatting.Verbose = $PSStyle.Foreground.Magenta
6466
$VerbosePreference = 'Continue'
6567
$DebugPreference = 'Continue'
6668
Install-Module -Name InvokeBuild -Force -Scope CurrentUser -RequiredVersion 5.10.3

0 commit comments

Comments
 (0)