Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Private build variable
Permanently deleted user
Created
Is there a way to tell if the build is runnings as a private build? AS part of my build i store the output, but id rather not if it s a private build. (Im using msbuild mostly)
yes, take a look at build.is.personal at Predefined Build Parameters.
Thanks a million! thats is just what i needed.