Building multiple projects in parallel causes the build to fail
Answered
I'm trying to build a solution and some of the projects try to build in parallel which causes them to fail. However, when I depend the projects on each other so that the dependency chain is one project at a time, it builds successfully.
Build started at 11:45:15
CONSOLE: Microsoft (R) Build Engine version 15.1.0.0
CONSOLE: Copyright (C) Microsoft Corporation. All rights reserved.
CONSOLE: Build started 3/30/2017 11:45:16 AM.
0: ------- Project started: ComponentFileReader
0: ------- Project finished: ComponentFileReader. Succeded: True. Errors: 0. Warnings: 13
1: ------- Project started: PrefabricatedComponentTypeLibrary
1: ------- Project finished: PrefabricatedComponentTypeLibrary. Succeded: True. Errors: 0. Warnings: 27
2: ------- Project started: AnalysisEngine
3: ------- Project started: ProfileAndLayoutGeneration
2: ------- Project finished: AnalysisEngine. Succeded: False. Errors: 0. Warnings: 24
3: ------- Project finished: ProfileAndLayoutGeneration. Succeded: False. Errors: 0. Warnings: 1
Build completed in 00:00:16.256
Rebuild succeeded at 11:45:32
Build started at 11:49:06
CONSOLE: Microsoft (R) Build Engine version 15.1.0.0
CONSOLE: Copyright (C) Microsoft Corporation. All rights reserved.
CONSOLE: Build started 3/30/2017 11:49:07 AM.
0: ------- Project started: ComponentFileReader
0: ------- Project finished: ComponentFileReader. Succeded: True. Errors: 0. Warnings: 13
1: ------- Project started: PrefabricatedComponentTypeLibrary
1: ------- Project finished: PrefabricatedComponentTypeLibrary. Succeded: True. Errors: 0. Warnings: 27
2: ------- Project started: AnalysisEngine
2: ------- Project finished: AnalysisEngine. Succeded: True. Errors: 0. Warnings: 24
3: ------- Project started: StructuralLoadingLibrary
3: ------- Project finished: StructuralLoadingLibrary. Succeded: True. Errors: 0. Warnings: 76
4: ------- Project started: IOHandlerLibrary
4: ------- Project finished: IOHandlerLibrary. Succeded: True. Errors: 0. Warnings: 4
5: ------- Project started: ProfileAndLayoutGeneration
5: ------- Project finished: ProfileAndLayoutGeneration. Succeded: True. Errors: 0. Warnings: 1
6: ------- Project started: TrussDisplay
6: ------- Project finished: TrussDisplay. Succeded: True. Errors: 0. Warnings: 14
Build completed in 00:00:14.710
Rebuild succeeded at 11:49:21
Please sign in to leave a comment.
Please try to change "Use up to" to 1.