global: add support for -DSTAGING
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user