Removed no restore for frontend host project as it would not be restored by default
This commit is contained in:
@@ -42,7 +42,6 @@ jobs:
|
|||||||
run: >
|
run: >
|
||||||
dotnet build Hosts/MoonlightServers.Frontend.Host
|
dotnet build Hosts/MoonlightServers.Frontend.Host
|
||||||
--configuration ${{ env.CONFIGURATION }}
|
--configuration ${{ env.CONFIGURATION }}
|
||||||
--no-restore
|
|
||||||
|
|
||||||
- name: Build Tailwind styles (Frontend only)
|
- name: Build Tailwind styles (Frontend only)
|
||||||
if: matrix.project == 'MoonlightServers.Frontend'
|
if: matrix.project == 'MoonlightServers.Frontend'
|
||||||
|
|||||||
Reference in New Issue
Block a user