Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraziano authored Mar 26, 2022
1 parent 61dc6df commit 1b8caf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore RTSP.sln
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore RTSP.sln
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal RTSP.sln

0 comments on commit 1b8caf9

Please sign in to comment.