Restore packages first

This commit is contained in:
2025-10-27 19:47:54 +08:00
parent 84b1197018
commit b097329b26

View File

@@ -16,7 +16,9 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- uses: microsoft/[email protected]
- name: Build solution
run: msbuild GARBro.sln -p:Configuration=Release -p:Platform="Any CPU"
run: |
dotnet restore GARBro.sln
msbuild GARBro.sln -p:Configuration=Release -p:Platform="Any CPU"
- name: Upload artifact
uses: actions/upload-artifact@v4
with: