<_SkipTestAssemblies Include="$(SkipTestAssemblies)" /> $(BaseOutputPathWithConfig)\tests\ <__TestRunHtmlLog Condition="'$(__TestRunHtmlLog)' == ''">$(__LogsDir)\TestRun.html <__TestRunXmlLog Condition="'$(__TestRunXmlLog)' == ''">$(__LogsDir)\TestRun.xml category=outerloop;category=failing collections $(CORE_ROOT)\xunit.console.dll -parallel $(ParallelRun) $(XunitArgs) -html $(__TestRunHtmlLog) $(XunitArgs) -xml $(__TestRunXmlLog) $(XunitArgs) @(IncludeTraitsItems->'-trait %(Identity)', ' ') $(XunitArgs) @(ExcludeTraitsItems->'-notrait %(Identity)', ' ') $(XunitArgs) -nocolor $(CORE_ROOT)\corerun $(CORE_ROOT)\corerun.exe <_TestAssembliesRelative Include="@(TestAssemblies -> Replace('$(BaseOutputPathWithConfig)', '.\'))" /> $(CorerunExecutable) $(XunitConsoleRunner) @(TestAssemblies->'%(Identity)', ' ') $(XunitArgs)