Update NuGet restore command to specify solution file

This commit is contained in:
wangdage12
2025-11-26 19:41:31 +08:00
committed by GitHub
parent 4434d76e35
commit e52ed5470e

View File

@@ -22,7 +22,7 @@ jobs:
run: dotnet tool install --global wix --version 4.0.1
- name: Restore NuGet packages
run: dotnet restore
run: dotnet restore Snap.Hutao.slnx
- name: Build WinUI 3 project (self-contained)
run: dotnet publish src/Snap.Hutao/Snap.Hutao.csproj `