mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 09:53:01 +08:00
[vcpkg] Dependency instead of installcmd
This commit is contained in:
parent
83464ec5b7
commit
526b1436a1
@ -90,7 +90,7 @@ namespace vcpkg
|
||||
{
|
||||
auto locked_metrics = Metrics::g_metrics.lock();
|
||||
locked_metrics->track_property("error", "powershell install failed");
|
||||
locked_metrics->track_property("installcmd", install_cmd);
|
||||
locked_metrics->track_property("dependency", tool_name);
|
||||
}
|
||||
Checks::exit_with_code(VCPKG_LINE_INFO, rc.exit_code);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user