Compare commits

...

2 Commits

Author SHA1 Message Date
hang b6676b92bf 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:39:56 +08:00
hang 363e0e11b3 测试路径 2023-12-08 11:39:55 +08:00
1 changed files with 2 additions and 0 deletions

View File

@ -295,6 +295,8 @@ try
Log.Logger.Warning($"ContentRootPath——GetParent{Path.GetDirectoryName(env.ContentRootPath)}"); Log.Logger.Warning($"ContentRootPath——GetParent{Path.GetDirectoryName(env.ContentRootPath)}");
Log.Logger.Warning($"ContentRootPath——xx{Path.GetFullPath(Path.GetDirectoryName(env.ContentRootPath))}");
app.Run(); app.Run();
} }