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 b3dcf9e commit d5b4c94Copy full SHA for d5b4c94
.github/workflows/main.yml
@@ -64,6 +64,7 @@ jobs:
64
- uses: actions/setup-dotnet@v1
65
with:
66
dotnet-version: '3.1.x'
67
+
68
69
70
dotnet-version: '5.0.x'
@@ -74,9 +75,7 @@ jobs:
74
75
76
- name: Running unit tests (windows only)
77
if: matrix.os == 'windows-latest'
- run: |
78
- dotnet clean -c Debug && dotnet nuget locals all --clear
79
- dotnet test -c Debug --framework ${{ matrix.framework }}
+ run: dotnet test -c Debug --framework ${{ matrix.framework }}
80
81
- name: Upload coverage to Codecov
82
if: matrix.os == 'ubuntu-latest'
0 commit comments