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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user