Determine if current build is run as part of a pre-tested commit.
[7.0.2]
I have a build configuration (Nant/svn) which commits a file to the svn repository as the last step. Is there any way I can determine that the current build run as a pre-tested commit and the nant script should not commit any files to the svn repository?
Thanks.
Please sign in to leave a comment.
Check for BUILD_IS_PERSONAL env variable ( found http://devnet.jetbrains.net/message/5451776#5451776 ).