-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Let AZP print how to access failure logs #47987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "version-string": "ci", | ||
| "description": "Validates soci", | ||
| "supports": "x64 & (linux | osx | windows) & !uwp", | ||
| "supports": "x64 & (linux | osx | windows) & !uwp & !linux", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BillyONeal I expected a CI error for vcpkg-ci-soci because of
Line 1056 in 0cb190f
| vcpkg-ci-soci:x64-linux=pass |
but it is a silent skip.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With microsoft/vcpkg-tool#1827:
REGRESSION: vcpkg-ci-soci:x64-linux is marked as pass but not supported for x64-linux.
##[error]vcpkg ci testing failed, but no build failure logs were created for this error.
BillyONeal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
i.e. #31357.
