From f241025d40d5e2368f14d249d94ef64ff2335251 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 7 Jul 2025 10:46:55 +0200 Subject: [PATCH] Make ILSpy.Tests.csproj look like the other two test projects wrt RID --- .github/workflows/build-ilspy.yml | 4 ++-- ILSpy.Tests/ILSpy.Tests.csproj | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-ilspy.yml b/.github/workflows/build-ilspy.yml index 8393eb141..5281bab5c 100644 --- a/.github/workflows/build-ilspy.yml +++ b/.github/workflows/build-ilspy.yml @@ -72,7 +72,7 @@ jobs: name: test-results-${{ matrix.configuration }} path: | ICSharpCode.Decompiler.Tests/bin/${{ matrix.configuration }}/net10.0-windows/win-x64/TestResults/*.trx - ILSpy.Tests/bin/${{ matrix.configuration }}/net10.0-windows/TestResults/*.trx + ILSpy.Tests/bin/${{ matrix.configuration }}/net10.0-windows/win-x64/TestResults/*.trx ILSpy.BamlDecompiler.Tests/bin/${{ matrix.configuration }}/net10.0-windows/win-x64/TestResults/*.trx - name: Create Test Report @@ -81,7 +81,7 @@ jobs: with: paths: | ICSharpCode.Decompiler.Tests/bin/${{ matrix.configuration }}/net10.0-windows/win-x64/TestResults/*.trx - ILSpy.Tests/bin/${{ matrix.configuration }}/net10.0-windows/TestResults/*.trx + ILSpy.Tests/bin/${{ matrix.configuration }}/net10.0-windows/win-x64/TestResults/*.trx ILSpy.BamlDecompiler.Tests/bin/${{ matrix.configuration }}/net10.0-windows/win-x64/TestResults/*.trx folded: true diff --git a/ILSpy.Tests/ILSpy.Tests.csproj b/ILSpy.Tests/ILSpy.Tests.csproj index 2e9af4df7..635dad18f 100644 --- a/ILSpy.Tests/ILSpy.Tests.csproj +++ b/ILSpy.Tests/ILSpy.Tests.csproj @@ -1,10 +1,17 @@  + + true + true + + net10.0-windows false - + win-x64 + win-arm64 + true true Exe