We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f241025 commit cc4f53bCopy full SHA for cc4f53b
.github/workflows/build-ilspy.yml
@@ -63,7 +63,7 @@ jobs:
63
run: msbuild ILSpy.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=$env:BuildPlatform /m
64
65
- name: Execute unit tests
66
- run: dotnet test --solution ilspy.sln --configuration Debug --no-build --report-trx --report-trx-filename test-results.trx
+ run: dotnet test --solution ilspy.sln --configuration ${{ matrix.configuration }} --no-build --report-trx --report-trx-filename test-results.trx
67
68
- name: Upload Test Logs
69
uses: actions/upload-artifact@v4
0 commit comments