Removed no restore for frontend host project as it would not be restored by default

This commit is contained in:
2026-03-12 13:35:52 +00:00
parent 1475b89660
commit 3e19b29cde

View File

@@ -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'