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 xunit runner to appveyor #23

Closed
petrsvihlik opened this issue Dec 5, 2015 · 1 comment
Closed

Add xunit runner to appveyor #23

petrsvihlik opened this issue Dec 5, 2015 · 1 comment
Assignees
Labels
blocked ci Continuous Integration / Continuous Deployment

Comments

@petrsvihlik petrsvihlik added the ci Continuous Integration / Continuous Deployment label Dec 5, 2015
@petrsvihlik petrsvihlik self-assigned this Dec 30, 2015
@petrsvihlik
Copy link
Owner Author

implemented https://ci.appveyor.com/project/petrsvihlik/wopihost/build/tests

for some reason this was not even needed:

    $wc = New-Object 'System.Net.WebClient'

    $wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\xunit-results.xml))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked ci Continuous Integration / Continuous Deployment
Projects
None yet
Development

No branches or pull requests

1 participant