4

As part of my build i store some of the output if a build is successful. But id rather not do this if its a private build. Is there a build parameter than i can check so i can skip this?

James Woolfenden
  • 6,498
  • 33
  • 53

1 Answers1

2

Got the answer, thanks to :Michael @ jet brains

"take a look at build.is.personal at Predefined Build Parameters" http://confluence.jetbrains.net/display/TCD65/Predefined+Build+Parameters

James Woolfenden
  • 6,498
  • 33
  • 53