File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 324324 <HelixPostCommands >@(HelixPostCommand)</HelixPostCommands >
325325 </PropertyGroup >
326326
327- <PropertyGroup Condition =" '$(TestWrapperTargetsWindows)' == 'true' " >
328- <XUnitRunnerDll Condition =" '$(IsRunningOnMobileTargets)' == 'true' " >$Env:CORE_ROOT\xunit\xunit.console.dll</XUnitRunnerDll >
329- <XUnitRunnerDll Condition =" '$(IsRunningOnMobileTargets)' != 'true' " >%CORE_ROOT%\xunit\xunit.console.dll</XUnitRunnerDll >
330- </PropertyGroup >
331-
332327 <PropertyGroup >
333328 <IsRunningOnMobileTargets >false</IsRunningOnMobileTargets >
334329 <IsRunningOnMobileTargets Condition =" '$(TargetOS)' == 'Android' or '$(TargetOS)' == 'iOSSimulator' or '$(TargetOS)' == 'tvOSSimulator' " >true</IsRunningOnMobileTargets >
335330 </PropertyGroup >
336331
332+ <PropertyGroup Condition =" '$(TestWrapperTargetsWindows)' == 'true' " >
333+ <XUnitRunnerDll Condition =" '$(IsRunningOnMobileTargets)' == 'true' " >$Env:CORE_ROOT\xunit\xunit.console.dll</XUnitRunnerDll >
334+ <XUnitRunnerDll Condition =" '$(IsRunningOnMobileTargets)' != 'true' " >%CORE_ROOT%\xunit\xunit.console.dll</XUnitRunnerDll >
335+ </PropertyGroup >
336+
337337 <PropertyGroup Condition =" '$(TestWrapperTargetsWindows)' != 'true' " >
338338 <XUnitRunnerDll >$CORE_ROOT/xunit/xunit.console.dll</XUnitRunnerDll >
339339 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments