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 77f36b9 commit c902751Copy full SHA for c902751
.github/workflows/dotnet.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: actions/setup-dotnet@v4
21
with:
22
dotnet-version: 9.0.x
23
+ - name: Change directory
24
+ run: cd LoanApplication.TacticalDdd
25
- name: Restore dependencies
26
run: dotnet restore
27
- name: Build
0 commit comments