From 0a72cb9cb7b3db1649c17eeb01f551929101c829 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:18:54 +0200 Subject: [PATCH] Update win-x86-runtime-build.yml --- .github/workflows/win-x86-runtime-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-x86-runtime-build.yml b/.github/workflows/win-x86-runtime-build.yml index 96a7c3e..b6fa1d3 100644 --- a/.github/workflows/win-x86-runtime-build.yml +++ b/.github/workflows/win-x86-runtime-build.yml @@ -15,7 +15,7 @@ jobs: cd runtime ./build.cmd -arch x86 -cross -s clr+libs try { - ./dotnet.cmd build -t:Test src/libraries/System.Runtime/tests/System.Runtime.Tests -p:xunitoptions="-method System.Tests.UInt64Tests_GenericMath.op_CheckedDivisionTest" + ./dotnet.cmd build /t:Test /p:TargetArchitecture=x86 /p:xunitoptions="-method System.Tests.UInt64Tests_GenericMath.op_CheckedDivisionTest" src/libraries/System.Runtime/tests/System.Runtime.Tests } catch { Get-Content C:\temp\DivUInt64Internal.log throw $_