1 parent 0f151f7 commit 2359c36Copy full SHA for 2359c36
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -80,7 +80,7 @@ jobs:
80
81
# Build the solution
82
- name: Build the solution
83
- run: dotnet package -c ${{ matrix.configuration }}
+ run: dotnet publish -c ${{ matrix.configuration }}
84
85
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
86
- name: Upload build artifacts
0 commit comments