Skip to content

Commit e28bf74

Browse files
Update dotnet.yml
1 parent bd3c12f commit e28bf74

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,19 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
1920
- name: Setup .NET
2021
uses: actions/setup-dotnet@v4
2122
with:
2223
dotnet-version: 8.0.x
24+
2325
- name: Restore dependencies
2426
run: dotnet restore
27+
working-directory: ./src/FESAspNet.API
28+
2529
- name: Build
2630
run: dotnet build --no-restore
31+
working-directory: ./src/FESAspNet.API
32+
2733
#- name: Test
2834
#run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)