Fix wrongfully reported pending package migrations (#13574)
This commit is contained in:
@@ -133,7 +133,7 @@ public class PackagingService : IPackagingService
|
||||
var currentPlans = installedPackage.PackageMigrationPlans.ToList();
|
||||
if (keyValues is null || keyValues.TryGetValue(
|
||||
Constants.Conventions.Migrations.KeyValuePrefix + plan.Name,
|
||||
out var currentState))
|
||||
out var currentState) is false)
|
||||
{
|
||||
currentState = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user