Try restore via msbuild

This commit is contained in:
2025-10-27 20:12:06 +08:00
parent edfdefa63c
commit 05cf8cf75d

View File

@@ -17,6 +17,7 @@ jobs:
- uses: microsoft/[email protected]
- name: Build solution
run: |
msbuild GARBro.sln -t:Restore -p:Configuration=Release -p:Platform="Any CPU"
msbuild GARBro.sln -p:Configuration=Release -p:Platform="Any CPU"
- name: Upload artifact
uses: actions/upload-artifact@v4