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
@@ -33,7 +33,7 @@ namespace Microsoft.AspNetCore.Mvc
{
return urlHelper.ActionLink(
#if DEBUG
#if (DEBUG || STAGING)
host: $"{Servers.IdentityServer.Hostname}:{Servers.IdentityServer.Port}",
protocol: "http",
#else