[ci] Display version of mono
This commit is contained in:
parent
fef5dcbc79
commit
99101cd519
1 changed files with 3 additions and 1 deletions
4
build
4
build
|
@ -47,6 +47,7 @@ function task_setup {
|
|||
task_begin "Checking environment";
|
||||
|
||||
check_command git true;
|
||||
check_command mono true;
|
||||
check_command msbuild true;
|
||||
check_command nuget true;
|
||||
|
||||
|
@ -67,8 +68,9 @@ function task_ci {
|
|||
tasks_run setup;
|
||||
|
||||
task_begin "Environment Information";
|
||||
execute git --version;
|
||||
execute uname -a;
|
||||
execute git --version;
|
||||
execute mono --version;
|
||||
execute nuget help | head -n1;
|
||||
task_end 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue