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

Commit cbc9f32

Browse files
committed
Add details to prerequisites
1 parent bd1a01d commit cbc9f32

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+
$VerbosePreference = 'Continue'
65+
$DebugPreference = 'Continue'
6466
Install-Module -Name InvokeBuild -Force -Scope CurrentUser -RequiredVersion 5.10.3
6567
Invoke-Build -InstallPrerequisites -Configuration Release Prerequisites
6668
workingDirectory: $(Build.SourcesDirectory)/vscode-powershell

0 commit comments

Comments
 (0)