Log harder on the CI

This commit is contained in:
Pranav K 2018-08-30 11:29:37 -07:00
parent 4d98ea801e
commit 01b41a710e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<EnableBenchmarkValidation>true</EnableBenchmarkValidation>
<VSTestVerboseOutput Condition="'$(CI)' == 'true'">true</VSTestVerboseOutput>
</PropertyGroup>
<ItemGroup>