x
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c909dee4aa
commit
bfad36af3d
|
@ -290,14 +290,13 @@ try
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
app.Run();
|
|
||||||
|
|
||||||
Log.Logger.Warning($"ContentRootPath:{env.ContentRootPath}");
|
Log.Logger.Warning($"ContentRootPath:{env.ContentRootPath}");
|
||||||
|
|
||||||
Log.Logger.Warning($"ContentRootPath——GetParent-notriem:{Directory.GetParent(env.ContentRootPath).FullName}");
|
Log.Logger.Warning($"ContentRootPath——GetParent-notriem:{Directory.GetParent(env.ContentRootPath).FullName}");
|
||||||
|
|
||||||
Log.Logger.Warning($"ContentRootPath——GetParent:{Directory.GetParent(env.ContentRootPath.TrimEnd('\\')).FullName}");
|
Log.Logger.Warning($"ContentRootPath——GetParent:{Directory.GetParent(env.ContentRootPath.TrimEnd('\\')).FullName}");
|
||||||
|
|
||||||
|
app.Run();
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
Loading…
Reference in New Issue