Skip to content

Commit 96f553a

Browse files
authored
Merge pull request #124 from lk-code/update-build-yml
update build.yml
2 parents 844fb99 + 5e2feb1 commit 96f553a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
- name: .NET Build
6565
shell: pwsh
6666
run: |
67-
dotnet build --no-restore
67+
dotnet build --no-restore ${{ env.PROJECT_FILE }}
6868
6969
- name: Collect Test Coverage
7070
shell: pwsh
7171
run: |
72-
dotnet-coverage collect "dotnet test ${{ env.UNIT_TEST_CSPROJ }} --no-build" -f xml -o "coverage.xml"
72+
dotnet-coverage collect "dotnet test ${{ env.PROJECT_FILE }} --no-build" -f xml -o "coverage.xml"
7373
7474
7575

0 commit comments

Comments
 (0)