File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 73
73
<Message Importance =" high" Text =" Running XUnit tests" />
74
74
<MakeDir Directories =" $(TestOutputDirectory)" ContinueOnError =" false" />
75
75
<Exec
76
- Command =" $(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.console.x86.exe " %(XUnitTests.Identity)" -html " $(TestOutputDirectory)\%(XUnitTests.Filename).html" "
76
+ Command =" $(MSBuildProjectDirectory)\packages\xunit.runner.console.2.0.0\tools\xunit.console.x86.exe " %(XUnitTests.Identity)" -notrait " RunType=LiveOnly " - html " $(TestOutputDirectory)\%(XUnitTests.Filename).html" "
77
77
Timeout =" $(TestTimeout)" ContinueOnError =" false" />
78
78
<OnError ExecuteTargets =" TimeoutErrorHandler" />
79
79
</Target >
You can’t perform that action at this time.
0 commit comments