Isolate altcoins tests in their own folder

This commit is contained in:
nicolas.dorier
2020-07-29 19:11:54 +09:00
parent 02998fff49
commit 002f6d3e87
8 changed files with 868 additions and 806 deletions

View File

@@ -72,6 +72,9 @@ namespace BTCPayServer.Services
{
StringBuilder txt = new StringBuilder();
txt.Append($"@Copyright BTCPayServer v{Version}");
#if ALTCOINS
txt.Append($" (altcoins)");
#endif
if (!Environment.IsProduction() || !Build.Equals("Release", StringComparison.OrdinalIgnoreCase))
{
txt.Append($" Environment: {Environment.EnvironmentName} Build: {Build}");