Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSans authored Jul 5, 2024
1 parent c0cd2a3 commit 1e720ce
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET

on:
Expand All @@ -21,8 +18,8 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore XPhone.sln
- name: Build
run: dotnet build --no-restore
run: dotnet build XPhone.sln --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test XPhone.sln --no-build --verbosity normal

0 comments on commit 1e720ce

Please sign in to comment.