tmakin / RhinoCommonUnitTesting

Example of unit testing RhinoCommon from within the Visual Studio test runner on windows
34 stars 14 forks source link

CI #11

Open devang-chauhan opened 4 months ago

devang-chauhan commented 4 months ago

@tmakin @marios-tsiliakos ,

Thanks for this template.

In the XUnitTestFixture, I see that you are using the locally installed Rhino. If I were to follow this template to run tests on a CI pipeline, I am assuming I will need to use Rhino Compute. Is that correct?