Hello -
I'm fairly new to MSBuild scripting. I have a team build that I've created in which I wrote several custom command exec's (to handle deployment) in the "AfterDropBuild" task. However, even when one of the project solutions fails to compile, it still executes the afterdropbuild task.
How can I base this task (or others) on the condition of whether or not the code compiled successfully Any help or references to articles online would be great.
I've found it somewhat frustrating to learn MSBuild mostly because I have yet to find a really good list of all the stuff I can do with it. (usually the msdn documentation is great, but for whatever reason I don't seem to be having too good of an experience with it regarding MSBuild) I've been having to learn by example through other blog / forum posts, which is great until you are trying to do something you can't find an example for. ![]()
Thanks!