From 65cbb2f624b94c488eb26154dd05cbd9e1648ac9 Mon Sep 17 00:00:00 2001 From: Mih4n <50325226+Mih4n@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:05:48 +0300 Subject: [PATCH] .net workflow update --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bec77fa..1341755 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,7 +23,7 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore + run: dotnet build --configuration Release --no-restore -f spworlds-csharp-library - name: Test run: dotnet test --no-build --verbosity normal - name: Publish