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 76eea4d commit 0ed3c39Copy full SHA for 0ed3c39
.github/workflows/dotnet.yml
@@ -25,8 +25,8 @@ jobs:
25
with:
26
dotnet-version: 8.0.x
27
- name: Restore dependencies
28
- run: dotnet restore
+ run: dotnet restore src/Application/Application.csproj
29
- name: Build
30
- run: dotnet build --no-restore
+ run: dotnet build src/Application/Application.csproj --no-restore
31
- name: Test
32
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test src/Application.Tests/Application.Tests.csproj --no-build --verbosity normal
0 commit comments