Make the no packages currently executing warning debug-only
This commit is contained in:
@@ -415,7 +415,9 @@ public sealed class PackageManagementService : IPackageManagementService
|
|||||||
|
|
||||||
if (_loadedPackages.IsEmpty || _runningPackages.IsEmpty)
|
if (_loadedPackages.IsEmpty || _runningPackages.IsEmpty)
|
||||||
{
|
{
|
||||||
|
#if DEGUG
|
||||||
_logger.LogWarning($"{nameof(StopRunningPackages)}: No packages are currently executing.");
|
_logger.LogWarning($"{nameof(StopRunningPackages)}: No packages are currently executing.");
|
||||||
|
#endif
|
||||||
return FluentResults.Result.Ok();
|
return FluentResults.Result.Ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user