We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3c12f commit e28bf74Copy full SHA for e28bf74
1 file changed
.github/workflows/dotnet.yml
@@ -16,13 +16,19 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
+
20
- name: Setup .NET
21
uses: actions/setup-dotnet@v4
22
with:
23
dotnet-version: 8.0.x
24
25
- name: Restore dependencies
26
run: dotnet restore
27
+ working-directory: ./src/FESAspNet.API
28
29
- name: Build
30
run: dotnet build --no-restore
31
32
33
#- name: Test
34
#run: dotnet test --no-build --verbosity normal
0 commit comments