diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b61b5f04..1650dfd1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,9 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - uses: microsoft/setup-msbuild@v1.1 - 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: