Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koteProgrammist authored Feb 4, 2024
1 parent f5a8c9e commit f1120f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
continue-on-error: true
run: dotnet restore
- name: Build
continue-on-error: true
run: dotnet build --no-restore
- name: Test
continue-on-error: true
run: dotnet test --no-build --verbosity normal

0 comments on commit f1120f0

Please sign in to comment.