File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments