true true tests.passed $(OutDir) Exe $(MSBuildAllProjects);$(MSBuildThisFileFullPath) $(IntermediateOutputPath)$(MSBuildProjectName).Program$(DefaultLanguageSourceExtension) true 1 1 testResults.xml <_XunitOptions Condition="'$(BuildingNETFxVertical)' == 'true' and '$(XUnitNoAppdomain)' == 'true'">$(_XunitOptions) -noappdomain <_XunitOptions>$(_XunitOptions) -xml $(XunitResultsFileName) <_XunitOptions>$(_XunitOptions) -notrait category=non$(_bc_TargetGroup)tests $(DefaultOSGroup) nonwindowstests nonlinuxtests nonosxtests nonfreebsdtests nonnetbsdtests <_XunitOptions Condition="'$(TargetOSTrait)' != ''">$(_XunitOptions) -notrait category=$(TargetOSTrait) <_XunitOptions Condition="'$(XunitMaxThreads)'!=''">$(_XunitOptions) -maxthreads $(XunitMaxThreads) <_XunitOptions Condition="'$(XunitOptions)' != ''">$(_XunitOptions) $(XunitOptions) <_XunitOptions Condition="'$(XunitMethodName)' != ''">$(_XunitOptions) -method $(XunitMethodName) <_XunitOptions Condition="'$(XunitClassName)' != ''">$(_XunitOptions) -class $(XunitClassName) <_XunitOptions Condition="'$(XunitShowProgress)' == 'true'">$(_XunitOptions) -verbose $(TargetFileName) $(XunitTestAssembly) $(_XunitOptions) xunit.console RemoteExecutorConsoleApp $(XunitExecutableName).exe $(XunitExecutableName).dll $(RemoteExecutorExecutableName).exe $(XunitExecutable) $(XunitArguments) %RUNTIME_PATH%\dotnet.exe $RUNTIME_PATH/dotnet $(TestHostExecutablePath) $(XunitExecutable) $(XunitArguments) netcoreapp.runtimeconfig.json DesktopRunnerConfigFile.config .runtimeconfig.json .exe.config $(ToolsDir)coverage/$(RuntimeConfigName) $(ToolsDir)$(RuntimeConfigName) true $(AssemblyName)$(RuntimeConfigExtension) PreserveNewest <_CommonPriFile Condition="'$(_CommonPriFile)' == ''">$(RuntimePath)resw/resources.pri <_TestSpecificPriFile>$(TestPath)resources.pri <_MakePriExecutable>$(ToolsDir)net46/makepri.exe <_MakePriHelpersDir>$(IntermediateOutputPath)makepri <_MakePriConfigTemplate>$(ToolsDir)MakePriConfigFile.xml <_MakePriConfigFile>$(_MakePriHelpersDir)/ModifiedConfigFile.xml <_ReswListFile>$(_MakePriHelpersDir)/reswlist.RESFILES <_PriListFile>$(_MakePriHelpersDir)/prilist.RESFILES <_ExternalReswOutputPath>$(ResourcesFolderPath)/external/ <_AllRuntimeDllFiles Include="$(RuntimePath)\*.dll" Exclude="$(RuntimePath)\Microsoft.VisualStudio.TestPlatform.*dll;$(RuntimePath)\Microsoft.TestPlatform.*dll" /> <_ExternalReswFiles Include="$(_ExternalReswOutputPath)*.resw" Exclude="$(RuntimePath)\Microsoft.VisualStudio.TestPlatform.*resw;$(RuntimePath)\Microsoft.TestPlatform.*resw" /> <_ExternalReswFiles Condition="@(_ExternalReswFiles) == ''" Include="$(_ExternalReswOutputPath)dummy.resw" /> <_TestResWFiles Include="$(TestResourcesFolderPath)\*.resw" Exclude="$(TestResourcesFolderPath)\Microsoft.VisualStudio.TestPlatform.*resw;$(TestResourcesFolderPath)\Microsoft.TestPlatform.*resw" /> <_CommonResWFiles Include="$(ResourcesFolderPath)\**\*.resw" Exclude="$(ResourcesFolderPath)\**\Microsoft.VisualStudio.TestPlatform.*resw;$(ResourcesFolderPath)\**\Microsoft.TestPlatform.*resw" /> <_MakePriCommand>$(_MakePriExecutable) versioned /o /pr "$(TestHostRootPath)\Runner" /cf "$(_MakePriConfigFile)" /of "$(_CommonPriFile)" /if "$(TestHostRootPath)\Runner\resources.pri" <_MakePriCommand>$(_MakePriExecutable) versioned /o /pr "$(RuntimePath)resw" /cf "$(_MakePriConfigFile)" /of "$(TestPath)" /if "$(_CommonPriFile)" RunTests.cmd RunTests.sh RunnerTemplate.Windows.txt RunnerTemplate.Quiet.Windows.txt RunnerTemplate.Unix.txt RunnerTemplate.Quiet.Unix.txt $(XunitTraitOptions) -trait category=@(RunWithTraits, ' -trait category=') $(XunitTraitOptions) -notrait category=@(RunWithoutTraits, ' -notrait category=') $(TestProgram) $(TestArguments) {XunitTraitOptions} $(TestDebugger) $(TestCommandLine) $(TestDebugger) /debugexe $(TestCommandLine) $(TestCommandLine.Replace('{XunitTraitOptions}', '$(XunitTraitOptions)')) $(TestCommandLine.Replace('{CoverageFilter}', '$(CoverageFilter)')) $(TestPath) $(OutputFolderForScriptGenerator)/$(RunnerScriptName) $(BinDir)/TestDependencies <_TestDependencyListRoot>$(MSBuildProjectName)-$(TestConfiguration) <_TestDependencyListFileName>$(_TestDependencyListRoot).dependencylist.txt $(OutputFolderForTestDependencies)/$(_TestDependencyListFileName) ret <_UseSharedAssemblies Condition="'$(EnableMultiFileILCTests)' == 'true'">-useSharedAssemblies <_TestILCFolder>%RUNTIME_PATH%\TestILC <_Runtime_Path>%RUNTIME_PATH%\ILCInputFolder\ <_ILCWin32 Condition="'$(BuildingUAPAOTVertical)'!='true'">-win32 echo $(TestCommandLine)> .\RunContinuation.cmd %USERPROFILE%\Documents\TestResults\ <_Runtime_Path>%RUNTIME_PATH%\UAPLayout\ <_Runtime_Path>$(_Runtime_Path.Replace('/', '\')) XUnitRunnerUap $(XunitArguments) $(XunitTraitOptions) $(TestsSuccessfulSemaphore).with.@(RunWithTraits, '.') $(TestsSuccessfulSemaphore).without.@(RunWithoutTraits, '.') $(TestPath)/$(TestsSuccessfulSemaphore) true $(MSBuildProjectDirectory)/$(AppDesignerFolder)/launchSettings.json $(MSBuildThisFileDirectory)launchSettings.json GenerateLaunchSettingsFile;$(PrepareForRunDependsOn); CopySupplementalTestData;$(PrepareForRunDependsOn); $(TestDependsOn); GenerateTestExecutionScripts; RunTestsForProject; ArchiveTestBuild