Skip to content

Commit bb794f9

Browse files
Update dotnet.yml
1 parent b531442 commit bb794f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424

2525
- name: Restore dependencies
2626
run: dotnet restore
27-
#working-directory: ./src/FESAspNet.API
27+
working-directory: ./PrincipioSOLID.Console
2828

2929
- name: Build
3030
run: dotnet build --no-restore
31-
#working-directory: ./src/FESAspNet.API
31+
working-directory: ./PrincipioSOLID.Console
3232

3333
#- name: Test
3434
#run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)