From 3e19b29cde7f54650beba3e642bf1b3f9e895d38 Mon Sep 17 00:00:00 2001 From: ChiaraBm Date: Thu, 12 Mar 2026 13:35:52 +0000 Subject: [PATCH] Removed no restore for frontend host project as it would not be restored by default --- .gitea/workflows/publish-nuget.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/publish-nuget.yml b/.gitea/workflows/publish-nuget.yml index 2530b14..5b343ec 100644 --- a/.gitea/workflows/publish-nuget.yml +++ b/.gitea/workflows/publish-nuget.yml @@ -42,7 +42,6 @@ jobs: run: > dotnet build Hosts/MoonlightServers.Frontend.Host --configuration ${{ env.CONFIGURATION }} - --no-restore - name: Build Tailwind styles (Frontend only) if: matrix.project == 'MoonlightServers.Frontend'