jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

Continuous intragration with Unit Tests #111

Closed prashantvc closed 6 years ago

prashantvc commented 6 years ago

Changes Proposed in this pull request:

jamesmontemagno commented 6 years ago

Did you mean to check in the exe?

prashantvc commented 6 years ago

Did you mean to check in the exe?

Yes. There are two exes in the PR Touch.Server.exe it is required to launch iOS tests on Simulator/Device and retrieve test results. This necessary and required.

nunit-summary.exe outputs the XML tests results in readable format. This is not really necessary but it helps when you want to run tests on local machine

jamesmontemagno commented 6 years ago

Hmmm I am curious if we can download them via a script instead of checking them in. This is what i usually do in the build scripts.

prashantvc commented 6 years ago

Yes, that's a good idea, we could do that I will make changes to the script :)