mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:48:59 +08:00
Reorder post build end-message
This commit is contained in:
parent
5f35979272
commit
ca3e3c125a
@ -706,7 +706,6 @@ namespace vcpkg::PostBuildLint
|
||||
{
|
||||
System::println("-- Performing post-build validation");
|
||||
const size_t error_count = perform_all_checks_and_return_error_count(spec, paths);
|
||||
System::println("-- Performing post-build validation done");
|
||||
|
||||
if (error_count != 0)
|
||||
{
|
||||
@ -714,6 +713,8 @@ namespace vcpkg::PostBuildLint
|
||||
System::println(System::color::error, "Found %u error(s). Please correct the portfile:\n %s", error_count, portfile.string());
|
||||
}
|
||||
|
||||
System::println("-- Performing post-build validation done");
|
||||
|
||||
return error_count;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user