Running multiple tasks in parallel with NAnt -


i trying run multiple task in parallel reduce time builds. seems tasks executing 1 after sequentially. taking time builds. there way run multiple tasks in parallel in nant?

looks has been asked before. see nant: parallel threads execution of tasks; exist?

not best question/answer, since answer moved out of comment, links blog have code. see asyncexec , waitforexit speeding build more

even gets example of how use code @ async tasks zip file

i have not used code, searching nant. had used parallelism of multiple build machines.


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -