Skip to content

Commit ab4c9f7

Browse files
author
Vit Nemecky
committed
cleanup
1 parent 8c2c1d3 commit ab4c9f7

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,15 @@ jobs:
4242
uses: actions/setup-dotnet@v4
4343
with:
4444
dotnet-version: 9.0.x
45-
46-
# - name: Install MAUI Workload
47-
# run: dotnet workload install maui --ignore-failed-sources
4845

4946
- name: Restore Dependencies
5047
run: dotnet restore ${{env.PROJECT_PATH}}
5148

5249
- name: Build
53-
run: dotnet build ${{env.PROJECT_PATH}} -c Release -r win10-x64 -p:Platform=x64
50+
run: dotnet build ${{env.PROJECT_PATH}} -c Release -r win10-x64 -p:Platform=x64 --no-restore
5451

5552
- name: Build MAUI WinUI App
56-
run: dotnet publish ${{env.PROJECT_PATH}} -c Release -r win10-x64 -p:Platform=x64 /p:GenerateAppxPackageOnBuild=true
53+
run: dotnet publish ${{env.PROJECT_PATH}} -c Release -r win10-x64 -p:Platform=x64 /p:GenerateAppxPackageOnBuild=true --no-build
5754

5855
- name: Upload WinUI Artifact
5956
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)