Skip to content

Commit 9c1303a

Browse files
authored
Update CI.yml
1 parent 56a6e72 commit 9c1303a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
dotnet-version: '3.1.201'
3232
- name: Building and verifying library
3333
run: |
34-
dotnet restore
34+
dotnet restore src
3535
dotnet build src -c Release --no-restore
3636
dotnet test src -c Release --no-restore --verbosity normal /nowarn:CS1591
3737
- name: Creating library package

0 commit comments

Comments
 (0)