Skip to content

Commit d48cf0f

Browse files
authored
Use PowerShell in Android arm64 XHarness Helix payloads (#59340)
1 parent 4d41173 commit d48cf0f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/tests/Common/helixpublishwitharcade.proj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -324,16 +324,16 @@
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>

0 commit comments

Comments
 (0)