Just print messages to azure too
This commit is contained in:
parent
727214c599
commit
cd796d1500
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ stages:
|
|||
displayName: 'Run the tests'
|
||||
env:
|
||||
VIMSPECTOR_MIMODE: gdb
|
||||
VIMSPECTOR_TEST_STDOUT: all
|
||||
VIMSPECTOR_TEST_STDOUT: messsages
|
||||
|
||||
- bash: ./make_package linux $(Build.SourceVersion)
|
||||
displayName: 'Package'
|
||||
|
|
@ -107,7 +107,7 @@ stages:
|
|||
displayName: 'Run the tests'
|
||||
env:
|
||||
VIMSPECTOR_MIMODE: lldb
|
||||
VIMSPECTOR_TEST_STDOUT: all
|
||||
VIMSPECTOR_TEST_STDOUT: messsages
|
||||
|
||||
- bash: ./make_package macos $(Build.SourceVersion)
|
||||
displayName: 'Package'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue