From ebd1f445bb0c1405aa55fe02805d2f029109e2f6 Mon Sep 17 00:00:00 2001 From: Lucas Girouard-Stranks Date: Sun, 28 Jun 2020 17:40:45 -0300 Subject: [PATCH] Update build-test-deploy.yml --- .github/workflows/build-test-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) 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 }}