MSBuild integration: "Using triplet" message has high importance #12164
Labels
category:vcpkg-feature
The issue is a new capability of the tool that doesn’t already exist and we haven’t committed
Describe the bug
vcpkg's msbuild integration (in
vcpkg.targets
) displays a messageUsing triplet "x64-windows" from "<vcpkg-root>"
. Since #4361 this message has importance high (instead of the previous normal) which results in a lot of unnecessary build output. This change seems like a forgotten debugging aid missed in the review.To Reproduce
Steps to reproduce the behavior:
vcpkg install
and export any port as nuget.Expected behavior
No message.
The text was updated successfully, but these errors were encountered: