- Fixed assembly logging style.
- Fixed double logging during execution.
This commit is contained in:
+1
-5
@@ -357,11 +357,7 @@ public sealed class PackageManagementService : IPackageManagementService
|
||||
{
|
||||
_runningPackages[package.Key] = package.Value;
|
||||
}
|
||||
|
||||
if (result.IsFailed)
|
||||
{
|
||||
_logger.LogResults(result);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user