Tagged Questions

5
votes
10answers
667 views

What artifacts to save for a nightly build?

Assume that I set up an automatic nightly build. What artifacts of the build should I save? For example: Input source code output binaries Also, how long should I save them, and where? Do your ...