Run a Console Application every night from the latest release build

Hi
Is it possible to run a console application every night.
The console application is a .net framework console application, and is stored as one of the projects in the solution. We only one to run the version in the latest release build (not master).

We want to run it at a fixed time every night, and specify command line arguments to it.
Thanks for your help

0
1 comment

Yes, this should be easily doable. Set up a build configuration using either a dedicated runner or a command line runner with the command and parameters you want. Then simply add a schedule trigger: https://confluence.jetbrains.com/display/TCD10/Configuring+Schedule+Triggers

0

Please sign in to leave a comment.