Skip to content

Commit

Permalink
Build on one CPU only
Browse files Browse the repository at this point in the history
Maybe this avoids the concurrency problems?
  • Loading branch information
pgrawehr committed Sep 20, 2022
1 parent ddc7f37 commit 7ee8124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ stages:
steps:
- script: ./build.sh --ci
--configuration $(BuildConfiguration)
--prepareMachine
--prepareMachine /maxCpuCount:1
displayName: Build

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 7ee8124

Please sign in to comment.