MSBuild.BuildInParallel 屬性
定義
當此為 True 時,我們會搭配所有專案同時呼叫引擎一次,而不是針對每個專案呼叫引擎一次When this is true we call the engine with all the projects at once instead of calling the engine once per project
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
property bool BuildInParallel { bool get(); void set(bool value); };
public bool BuildInParallel { get; set; }
member this.BuildInParallel : bool with get, set
Public Property BuildInParallel As Boolean
屬性值
如果 Projects 屬性中指定的專案會在可能的情況下同時建置,則為 true
,否則為 false
。true
if the projects specified in the Projects property are built in parallel if possible; otherwise, false
.
備註
預設值是 true
。The default value is true
.