Update dotnet.yml

This commit is contained in:
2022-10-05 09:13:08 +03:00
committed by GitHub
parent 2532d7d3f3
commit e02acc1f9b
+3 -3
View File
@@ -18,8 +18,8 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore LearnCollectInst.Api.sln
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore LearnCollectInst.Api.sln
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal LearnCollectInst.Api.sln