<_SkipTestAssemblies Include="$(SkipTestAssemblies)" />
$(BaseOutputPathWithConfig)
<__TestRunHtmlLog Condition="'$(__TestRunHtmlLog)' == ''">$(__LogsDir)\testResults.html
<__TestRunXmlLog Condition="'$(__TestRunXmlLog)' == ''">$(__LogsDir)\testResults.xml
category=outerloop;category=failing
collections
collections
all
$(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)