mirror of
https://github.com/wangdage12/Snap.Hutao.git
synced 2026-02-18 02:42:15 +08:00
Simplify build command in MSI workflow
This commit is contained in:
5
.github/workflows/msi-build.yml
vendored
5
.github/workflows/msi-build.yml
vendored
@@ -25,10 +25,7 @@ jobs:
|
|||||||
run: dotnet restore src/Snap.Hutao/Snap.Hutao.slnx
|
run: dotnet restore src/Snap.Hutao/Snap.Hutao.slnx
|
||||||
|
|
||||||
- name: Build WinUI 3 project (self-contained)
|
- name: Build WinUI 3 project (self-contained)
|
||||||
run: dotnet publish src/Snap.Hutao/Snap.Hutao/Snap.Hutao.csproj `
|
run: build src/Snap.Hutao/Snap.Hutao/Snap.Hutao.csproj -c Release
|
||||||
-c Release `
|
|
||||||
-r win-x64 `
|
|
||||||
--self-contained true
|
|
||||||
|
|
||||||
- name: Build MSI installer
|
- name: Build MSI installer
|
||||||
run: dotnet build src/Snap.Hutao/Snap.Hutao.Installer/Snap.Hutao.Installer.wixproj -c Release
|
run: dotnet build src/Snap.Hutao/Snap.Hutao.Installer/Snap.Hutao.Installer.wixproj -c Release
|
||||||
|
|||||||
Reference in New Issue
Block a user