We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66abe8f commit 6512f01Copy full SHA for 6512f01
.github/workflows/dotnet.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Change directory
24
run: cd LoanApplication.TacticalDdd
25
- name: Restore dependencies
26
- run: dotnet restore LoanApplication.TacticalDdd.sln
+ run: dotnet restore LoanApplication.TacticalDdd\LoanApplication.TacticalDdd.sln
27
- name: Build
28
run: dotnet build --no-restore
29
- name: Test
0 commit comments