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 9ae80ad commit 7f309f2
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 ${{env.buildConfiguration}} -f ${{{env.libFramework}} ${{{env.buildProject}}
run: dotnet build --no-restore --configuration ${{env.buildConfiguration}} -f ${{env.libFramework}} ${{env.buildProject}}
- name: Test
run: dotnet test -f ${{{env.appFramework}} ${{{env.testsProject}} --filter=${{{env.testFilter}}
run: dotnet test -f ${{env.appFramework}} ${{env.testsProject}} --filter=${{env.testFilter}}

0 comments on commit 7f309f2

Please sign in to comment.