All Targets Not Being Called (nested Targets not being executed)
Posted
by obautista
on Stack Overflow
See other posts from Stack Overflow
or by obautista
Published on 2010-05-09T18:54:45Z
Indexed on
2010/05/09
18:58 UTC
Read the original article
Hit count: 277
msbuild
I am using a two TARGET files. On one TARGET file I call a TARGET that is inside the second TARGET file. This second TARGET then calls another TARGET that has 6 other TARGET calls, which do a number of different things (in addition to calling other nested TARGETS (but inside the same TARGET file)). The problem is that, on the TARGET where I call 6 TARGETS, only the first one is being executed. The program doesnt find its way to call the 2nd, 3rd, 4th, 5th, and 6th TARGET. Is there a limit to the number of nested TARGETS that can be called and run? Nothing is failing. The problem is the other TARGET calls are not running. Thanks for any help you can provide.
Oscar Bautista
© Stack Overflow or respective owner