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 b12a2fc commit 170528dCopy full SHA for 170528d
.github/workflows/dotnet.yml
@@ -21,8 +21,8 @@ jobs:
21
with:
22
dotnet-version: 7.0.x
23
- name: Restore dependencies
24
- run: dotnet restore
+ run: dotnet restore src
25
- name: Build
26
- run: dotnet build --no-restore
+ run: dotnet build src --no-restore
27
- name: Test
28
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test src --no-build --verbosity normal
0 commit comments