How to append current time in build name with C# NUnit?
Hi Helen,
You can use string.Format and add the string: string.Format("{0:yyyy-MM-dd_HH-mm-ss-fff}", DateTime.Now);
How to append current time in build name with C# NUnit?
Hi Helen,
You can use string.Format and add the string: string.Format("{0:yyyy-MM-dd_HH-mm-ss-fff}", DateTime.Now);