From 7d2ee22c245f921f229dbc96eacb51d89fdc8431 Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Wed, 17 Apr 2024 23:00:36 +0300 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 744f27b..0910a79 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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"