Compare commits

...

2 Commits

Author SHA1 Message Date
hang c909dee4aa 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
2023-12-08 11:24:37 +08:00
hang 6775cfe170 测试linux目录 2023-12-08 11:24:35 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -292,7 +292,11 @@ try
app.Run();
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}");
}