Skip to content

Commit 56eacae

Browse files
committed
Revert no-build
1 parent 95c72e6 commit 56eacae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wf-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969

7070
- name: Run test .NET Core 1.1
7171
working-directory: QRCoderTests
72-
run: dotnet test -c Release -f netcoreapp1.1 --nologo --no-build # No coverage for .NETCORE 1.1 because Coverlet doesn't support it https://github.com/coverlet-coverage/coverlet/issues/466
72+
run: dotnet test -c Release -f netcoreapp1.1 --nologo # No coverage for .NETCORE 1.1 because Coverlet doesn't support it https://github.com/coverlet-coverage/coverlet/issues/466
7373

7474
- name: Run test .NET Core 2.0
7575
working-directory: QRCoderTests
76-
run: dotnet test -c Release -f netcoreapp2.0 --nologo --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
76+
run: dotnet test -c Release -f netcoreapp2.0 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
7777

7878
- name: Run test .NET 5.0
7979
working-directory: QRCoderTests

0 commit comments

Comments
 (0)