Skip to content

Commit c902751

Browse files
authored
Update dotnet.yml
1 parent 77f36b9 commit c902751

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
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/setup-dotnet@v4
2121
with:
2222
dotnet-version: 9.0.x
23+
- name: Change directory
24+
run: cd LoanApplication.TacticalDdd
2325
- name: Restore dependencies
2426
run: dotnet restore
2527
- name: Build

0 commit comments

Comments
 (0)