Update build-test-deploy.yml

This commit is contained in:
Lucas Girouard-Stranks
2020-06-28 17:40:45 -03:00
committed by GitHub
parent 76ef44dca1
commit ebd1f445bb
+3
View File
@@ -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 }}