Print some info for debugging
This commit is contained in:
parent
b5cd5ea891
commit
c57070ee82
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@ pool:
|
|||
container: 'ubuntu:18.04'
|
||||
|
||||
steps:
|
||||
- script: printenv
|
||||
displayName: 'Print environment'
|
||||
|
||||
- script: whoami
|
||||
displayName: 'Print user'
|
||||
|
||||
- script: apt-get install python3-dev vim
|
||||
displayName: 'Install vim'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue