Skip to content
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

Add Configuration and OS to published test results #163

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fredrikhr
Copy link
Contributor

@fredrikhr fredrikhr commented Jun 26, 2020

Accroding to the publishTestResult function in the .NET Core CLI task, the published test results can incorporate additional information if the Build Configuration and Platform are specified.

https://github.com/microsoft/azure-pipelines-tasks/blob/541a14e88bf9b24b4efd89b71ff67dd98b60ebb2/Tasks/DotNetCoreCLIV2/dotnetcore.ts#L189-L190

This additional info is simply nice to have when you inspect the test runs in the Tests pane of a CI build.

image

@fredrikhr
Copy link
Contributor Author

fredrikhr commented Jun 26, 2020

CI failure in this PR is due to the issue described in #162 and will be fixed by that PR. (ref. Azure DevOps Heisenberg-Restore-Bug)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant