On our CCNet, there is a build (called release) that build the full package of the application and then copy the msi on a FTP server for the client.
There are no trigger on that project and it should be manually launched via CCtray or dashboard.
Is it possible to manually force the project but that the project really start on a fixed time (like 01:00:00) ?
thx,
Simply use the
scheduleTrigger
tag.You can even specify which day in the week with the
weekDays
tag.