Adding ability to do a perpetual build and a subscription build automatically and also be able to debug either one

This commit is contained in:
2022-08-16 23:19:23 +00:00
parent aa03db0aef
commit ea766e68b8
8 changed files with 194 additions and 43 deletions

View File

@@ -209,7 +209,12 @@ namespace AyaNova
#if (DEBUG)
logger.Info($"### DEBUG ONLY - Linker timestamp is {Util.FileUtil.GetLinkerTimestampUtc(System.Reflection.Assembly.GetExecutingAssembly())}");
logger.Info($"### DEBUG ONLY - Linker timestamp is {Util.FileUtil.GetLinkerTimestampUtc(System.Reflection.Assembly.GetExecutingAssembly())}");
#if (SUBSCRIPTION_BUILD)
logger.Info($"### DEBUG ONLY - SUBSCRIPTION BUILD");
#else
logger.Info($"### DEBUG ONLY - PERPETUAL BUILD");
#endif
#endif
//log configuration