diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c77cd8fc..d6637e5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: - uses: microsoft/setup-msbuild@v1.1 - 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