--keep-going in manifest mode should display which packages failed #26708
ras0219-msft
started this conversation in
Ideas
Replies: 1 comment
-
It should also exit with error if some packages failed. Right now cmake will continue configuration even when some packages were not installed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After running
vcpkg install --keep-going
, if packages failed, vcpkg should display specifically which ones. We don't want to print a summary in the no-op case since it's called often as part of user's configure steps.Classic mode, today
Manifest mode, today
Suggested manifest mode
Beta Was this translation helpful? Give feedback.
All reactions