x
continuous-integration/drone/push Build is passing Details

Test_Study_Net8
hang 2023-11-30 15:29:59 +08:00
parent 88231fffb4
commit 06ca624886
1 changed files with 6 additions and 6 deletions

View File

@ -65,7 +65,7 @@ namespace IRaCIS.Core.API
{ {
Log.Logger.Warning($"当前部署平台环境windows"); Log.Logger.Warning($"当前部署平台环境windows");
} }
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
{ {
Log.Logger.Warning($"当前部署平台环境linux"); Log.Logger.Warning($"当前部署平台环境linux");
} }