Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede authored Oct 4, 2024
1 parent 000f4d0 commit 4d92f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration $buildConfiguration -f $libFramework $buildProject
run: dotnet build --no-restore --configuration ${{buildConfiguration}} -f ${{libFramework}} ${{buildProject}}
- name: Test
run: dotnet test -f $appFramework $testsProject --filter=testFilter
run: dotnet test -f ${{appFramework}} ${{testsProject}} --filter=${{testFilter}}

0 comments on commit 4d92f61

Please sign in to comment.