Re-enable the version consistency check
This commit is contained in:
parent
92ea7b7f2b
commit
804ab764c2
|
|
@ -176,10 +176,7 @@ namespace RepoTasks
|
||||||
}
|
}
|
||||||
sb.AppendLine();
|
sb.AppendLine();
|
||||||
Log.LogMessage(MessageImportance.High, sb.ToString());
|
Log.LogMessage(MessageImportance.High, sb.ToString());
|
||||||
Log.LogWarning("Package versions are inconsistent. See build log for details.");
|
Log.LogError("Package versions are inconsistent. See build log for details.");
|
||||||
// reduced to warning for now.
|
|
||||||
// TODO: address the complexity of LKG dependencies
|
|
||||||
// Log.LogError("Package versions are inconsistent. See build log for details.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (var repo in reposThatShouldPatch)
|
foreach (var repo in reposThatShouldPatch)
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 32560114e3cf7926d8e57cbd7312129cb6f2d83d
|
Subproject commit e0a5cc1c89cf1d324afb489307ea68e0adb27cb1
|
||||||
Loading…
Reference in New Issue