How to run tasks in parallel in MSBuild

前端 未结 5 2028
半阙折子戏
半阙折子戏 2020-12-02 22:50

Unless I\'ve grossly misunderstood MSBuild, tasks are executed in the document order in which they appear within a \'Target\' node.

I\'d like to be able to specify

5条回答
  •  萌比男神i
    2020-12-02 23:11

    Try the new parallel task in the MSBuild Extension Pack - http://mikefourie.wordpress.com/2012/02/29/executing-msbuild-targets-in-parallel-part-1

提交回复
热议问题