Merge pull request #5 from yawaflua/yawaflua-patch-2

Update dotnet.yml
This commit is contained in:
Dima yawaflua Andreev
2024-04-17 23:01:20 +03:00
committed by GitHub

View File

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