Skip to content

Automate uploading of test results to Azure Pipelines #3240

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

Closed
jnm2 opened this issue May 14, 2019 · 0 comments · Fixed by #3250
Closed

Automate uploading of test results to Azure Pipelines #3240

jnm2 opened this issue May 14, 2019 · 0 comments · Fixed by #3250

Comments

@jnm2
Copy link
Contributor

jnm2 commented May 14, 2019

The Cake script can now start printing this to stdout to upload per target framework rather than us hardcoding the target framework list into the yaml:

##vso[results.publish type=NUnit;mergeResults=true;config='Release';runTitle='netcoreapp2.0/Windows';publishRunAttachments=true;resultFiles=D:\a\1\s\test-results\netcoreapp2.0\nunit.framework.tests.xml,D:\a\1\s\test-results\netcoreapp2.0\nunitlite.tests.xml]

See #3012 (comment)

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

Successfully merging a pull request may close this issue.

2 participants