mika76 / mamesaver

Mamesaver is a mame emulated screensaver - get all the good ol' games playing their demo modes while you procrastinate and enjoy!
https://mika76.github.io/mamesaver/
MIT License
36 stars 10 forks source link

Set up CI with Azure Pipelines #38

Closed azure-pipelines[bot] closed 5 years ago

jeremyepling commented 5 years ago

I'm a product managers on Azure Pipelines. Let me know if you have any questions or suggestions as you set it up.

mika76 commented 5 years ago

hi @jeremyepling it seems to be working and building successfully - but it does not seem to be picking up my unit tests?

chrispat commented 5 years ago

@mika76 did you make your Azure DevOps project public when you created it? I am not able to see your build logs.

mika76 commented 5 years ago

@chrisrpatterson Ah I didn't know it was set to private - changed to public...

chrispat commented 5 years ago

If you add this nuget package to your test project https://www.nuget.org/packages/NUnit3TestAdapter/ you should automatically get test results from the VSTest task and not need the extra publish test results task.