Skip to content

Commit 6512f01

Browse files
authored
Update dotnet.yml
1 parent 66abe8f commit 6512f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Change directory
2424
run: cd LoanApplication.TacticalDdd
2525
- name: Restore dependencies
26-
run: dotnet restore LoanApplication.TacticalDdd.sln
26+
run: dotnet restore LoanApplication.TacticalDdd\LoanApplication.TacticalDdd.sln
2727
- name: Build
2828
run: dotnet build --no-restore
2929
- name: Test

0 commit comments

Comments
 (0)