I think as long as you have the steps (as you described them) it will
work like you want it.  Any time any portion of the cc build fails it
will kick out of the build with an error.  So if the build fails the
other two steps are skipped.  If the build works then it goes to the
validation, if it fails it skips the last step.

At least that is the behavior that I see in my builds.

On Apr 23, 5:14 am, Outlaw1803 <[email protected]> wrote:
> HI,
>
> I need some help with getting the order of my builds and validation
> tests correct.
>
> I can successfully build my project and have it copied to a specified
> location under the buildpublisher configuration.
>
> I have developed a test to validate the build file to check for syntax
> errors. I have placed this test in the task section. If an error is
> found (using SQLcmd), it throws out an exception to a .txt log file
>
> What I would like to have the build done..and then run the validation
> test and if it is successful..then have it copied to the location as
> mentioned in the buildpublisher location...How do i do this?
>
> Please advise?

Reply via email to