diff --git a/src/tests/build.proj b/src/tests/build.proj index 3c6ebde8225012..b2cb5f8c285eab 100644 --- a/src/tests/build.proj +++ b/src/tests/build.proj @@ -283,6 +283,7 @@ $(CMDDIR_GrandParent)/$(CategoryWithSlash)/$(XUnitWrapperFileName) $(IntermediateOutputPath)\iOSApps\$(Category) $(XUnitTestBinBase)$(CategoryWithSlash)\$(Category).app + diagnostics_tracing @@ -342,6 +343,7 @@ Arch="$(TargetArchitecture)" ProjectName="$(AssemblyName)" MonoRuntimeHeaders="$(MicrosoftNetCoreAppRuntimePackNativeDir)/include/mono-2.0" + RuntimeComponents="$(RuntimeComponents)" Assemblies="@(BundleAssemblies)" ForceInterpreter="$(MonoForceInterpreter)" EnableAppSandbox="$(EnableAppSandbox)" diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 484f1e6d6db960..dd1c4f26e5d2ee 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -3695,9 +3695,6 @@ System.ArgumentNullException: Value cannot be null. (Parameter 'path1') - - System.Exception: Values for 'retCode' are not equal! Left='1' Right='0' - System.IO.FileNotFoundException: Could not load file or assembly '/.../Library/Developer/CoreSimulator/Devices/941235AB-7563-4D79-AC28-946B7AD2304A/data/Containers/Bundle/Application/40176A30-D8F5-4497-958A-6514E5C684FC/readytorun_multifolder.app/testdir-multifolder/../FolderA/FolderA/FolderA.dll' or one of its dependencies.