Try use nuget restore

This commit is contained in:
2025-10-27 20:20:02 +08:00
parent 05cf8cf75d
commit ad107240ef

View File

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