Skip to content

Commit 2fd1b4c

Browse files
committed
ci: fix build
1 parent aa8cfc7 commit 2fd1b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
run: dotnet restore src/Trion.Web/Trion.Web.csproj
4545

4646
# BUILD: Windows builds all projects (Desktop + Web)
47-
# Use --runtime win-x64 to ensure desktop runtime pack is available
47+
# Do NOT use --no-restore for Desktop as it needs runtime pack resolution
4848
# Linux builds Web only to avoid MAUI compilation errors
4949
- name: Build (Windows - all projects)
5050
if: matrix.os == 'windows-latest'
51-
run: dotnet build -c Release --no-restore --warnaserror --runtime win-x64
51+
run: dotnet build -c Release --warnaserror
5252

5353
- name: Build (Linux - Web only)
5454
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)