Re-enable the version consistency check

This commit is contained in:
Nate McMaster 2017-12-13 10:17:20 -08:00
parent 92ea7b7f2b
commit 804ab764c2
2 changed files with 2 additions and 5 deletions

View File

@ -176,10 +176,7 @@ namespace RepoTasks
}
sb.AppendLine();
Log.LogMessage(MessageImportance.High, sb.ToString());
Log.LogWarning("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.");
Log.LogError("Package versions are inconsistent. See build log for details.");
}
foreach (var repo in reposThatShouldPatch)

@ -1 +1 @@
Subproject commit 32560114e3cf7926d8e57cbd7312129cb6f2d83d
Subproject commit e0a5cc1c89cf1d324afb489307ea68e0adb27cb1