chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

Split out unit test and integration tests into separate parameters #85

Closed AdmiringWorm closed 1 year ago

AdmiringWorm commented 1 year ago

Is Your Feature Request Related To A Problem? Please describe.

In some cases it is not possible to use a unit test and integration test filter in the same string, as it can pick up test or integration test assemblies in locations that was not intended.

Describe The Solution. Why is it needed?

Because of the mentioned problem, I suggest separating out the filter used for unit tests and the integration tests to different parameters so both of these cane be fine tuned a bit more.

Additional Context.

This could technically be a problem in the Globber tool used by the cake utility or one of its addins that don't expand the string correctly when more advanced scenarios are being used.

Related Issues

N/A

choco-bot commented 1 year ago

:tada: This issue has been resolved in version 0.18.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: