How to append current time in build name using Serenity?

May I know how I can append current time in build name using Serenity?

Hello Charity,

You can use string.Format and add the string:

string.Format("{0:yyyy-MM-dd_HH-mm-ss-fff}", DateTime.Now);