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 f957f29 commit cd15370Copy full SHA for cd15370
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
if: matrix.os == 'windows-latest'
37
run: dotnet test --configuration Release --no-build Exceptionless.Net.Windows.sln
38
- name: Run Tests Non-Windows
39
- if: matrix.os == 'windows-latest'
+ if: matrix.os != 'windows-latest'
40
run: dotnet test --configuration Release --no-build Exceptionless.Net.NonWindows.sln
41
- name: Package
42
if: github.event_name != 'pull_request' && matrix.os == 'windows-latest'
0 commit comments