Skip to content

Commit 7ee8124

Browse files
committed
Build on one CPU only
Maybe this avoids the concurrency problems?
1 parent ddc7f37 commit 7ee8124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ stages:
167167
steps:
168168
- script: ./build.sh --ci
169169
--configuration $(BuildConfiguration)
170-
--prepareMachine
170+
--prepareMachine /maxCpuCount:1
171171
displayName: Build
172172

173173
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)