Merge branch 'Test.IRC' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test.IRC
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
e10e1f990f
|
@ -290,11 +290,14 @@ try
|
|||
#endregion
|
||||
|
||||
|
||||
Log.Logger.Warning($"ContentRootPath:{env.ContentRootPath}");
|
||||
|
||||
Log.Logger.Warning($"ContentRootPath——GetParent-notriem:{Directory.GetParent(env.ContentRootPath).FullName}");
|
||||
|
||||
Log.Logger.Warning($"ContentRootPath——GetParent:{Directory.GetParent(env.ContentRootPath.TrimEnd('\\')).FullName}");
|
||||
|
||||
app.Run();
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue