diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 9cfa5018..8dd920a0 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -111,6 +111,9 @@ jobs: - name: "Install dependencies" run: dotnet restore '${{ env.SOLUTION_PATH }}' --verbosity quiet + - name: "HACK: Build the Pipeline project first to avoid build errors." + run: dotnet build ./Source/MonoGame.Extended.Content.Pipeline/MonoGame.Extended.Content.Pipeline.csproj + - name: "Build solution" run: dotnet build '${{ env.SOLUTION_PATH }}' --nologo --verbosity minimal --configuration Release --no-restore /p:Version=${{ steps.version.outputs.nuGetVersion }}