madelson / Echidna

An ADO.NET micro-ORM leveraging the best of modern C#
MIT License
5 stars 1 forks source link

Add appveyor.yml #5

Open Bartleby2718 opened 3 months ago

Bartleby2718 commented 3 months ago

Context

When I tried building and running the tests for this repository for the first time, I realized that there were some build failures and test failures.

Changes in the PR

As you can see in the first 7 commit messages, these are the changes:

Testing

It takes about a minute on each platform to build the solution and run all tests on AppVeyor. All tests passed.

Notes