mirror of
https://github.com/wangdage12/Snap.Hutao.git
synced 2026-02-17 15:06:39 +08:00
Update NuGet restore command to specify solution file
This commit is contained in:
2
.github/workflows/msi-build.yml
vendored
2
.github/workflows/msi-build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
run: dotnet tool install --global wix --version 4.0.1
|
run: dotnet tool install --global wix --version 4.0.1
|
||||||
|
|
||||||
- name: Restore NuGet packages
|
- name: Restore NuGet packages
|
||||||
run: dotnet restore
|
run: dotnet restore 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.csproj `
|
run: dotnet publish src/Snap.Hutao/Snap.Hutao.csproj `
|
||||||
|
|||||||
Reference in New Issue
Block a user