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

0 comments on commit 9ae80ad

Please sign in to comment.