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 56a6e72 commit 9c1303aCopy full SHA for 9c1303a
1 file changed
.github/workflows/CI.yml
@@ -31,7 +31,7 @@ jobs:
31
dotnet-version: '3.1.201'
32
- name: Building and verifying library
33
run: |
34
- dotnet restore
+ dotnet restore src
35
dotnet build src -c Release --no-restore
36
dotnet test src -c Release --no-restore --verbosity normal /nowarn:CS1591
37
- name: Creating library package
0 commit comments