global: add support for -DSTAGING

This commit is contained in:
Abdullah Atta
2024-11-28 14:38:28 +05:00
parent c6bcd4a84d
commit e5bf3367cc
9 changed files with 137 additions and 148 deletions

View File

@@ -63,7 +63,7 @@ namespace Streetwriters.Common
public class Servers
{
#if DEBUG
#if (DEBUG || STAGING)
public static string GetLocalIPv4()
{
var interfaces = NetworkInterface.GetAllNetworkInterfaces();