Update dotnet.yml

This commit is contained in:
Dima yawaflua Andreev
2024-04-17 23:00:36 +03:00
committed by GitHub
parent e6f56938c1
commit 7d2ee22c24

View File

@@ -21,8 +21,8 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore "api.yawaflua.ru.csproj"
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore "api.yawaflua.ru.csproj"
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal "api.yawaflua.ru.csproj"