Skip to content

Commit ec15f3b

Browse files
authored
Update dotnet.yml
1 parent 52043e4 commit ec15f3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
dotnet-version: 8.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
25+
- name: Build
26+
run: dotnet build --no-restore
2527
- name: Test
2628
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)