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