mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
Update build-test-deploy.yml
This commit is contained in:
committed by
GitHub
parent
76ef44dca1
commit
ebd1f445bb
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user