Is it OK to do concurrent builds from multiple command prompts?
(To different targets)
Thanks!
Command line build from BAT: Concurrent builds OK?
Re: Command line build from BAT: Concurrent builds OK?
It should be fine - why not try it?
You might also want to look at batch targets; you can build/publish multiple targets from one command line.
You might also want to look at batch targets; you can build/publish multiple targets from one command line.
Re: Command line build from BAT: Concurrent builds OK?
I am using only batch targets.... and I have multiple batch targets to build.... concurrently! <g>Dave Lee wrote:You might also want to look at batch targets; you can build/publish multiple targets from one command line.