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.
2 parents 844fb99 + 5e2feb1 commit 96f553aCopy full SHA for 96f553a
1 file changed
.github/workflows/dotnet.yml
@@ -64,12 +64,12 @@ jobs:
64
- name: .NET Build
65
shell: pwsh
66
run: |
67
- dotnet build --no-restore
+ dotnet build --no-restore ${{ env.PROJECT_FILE }}
68
69
- name: Collect Test Coverage
70
71
72
- dotnet-coverage collect "dotnet test ${{ env.UNIT_TEST_CSPROJ }} --no-build" -f xml -o "coverage.xml"
+ dotnet-coverage collect "dotnet test ${{ env.PROJECT_FILE }} --no-build" -f xml -o "coverage.xml"
73
74
75
0 commit comments