Skip to content

Commit

Permalink
Update win-x86-runtime-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Dec 5, 2024
1 parent 31e01d9 commit be9c915
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/win-x86-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
./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"
} finally {
if (Test-Path C:\temp\DivUInt64Internal.log) {
Get-Content C:\temp\DivUInt64Internal.log
} else {
Write-Host "Log file not found."
}
} catch {
Get-Content C:\temp\DivUInt64Internal.log
throw $_
}

0 comments on commit be9c915

Please sign in to comment.