How will you check whether automated build is successful and call a custom task on successful build?

You can do that by providing the following config entry in the MS Build or TFS Build config file,
BuildUri="$(BuildUri)"
Condition=" '$(IsDesktopBuild)' != 'true' ">






0 comments:

Post a Comment