We have a build that among other things, runs MSTest. We have separated some tests into "Nightly" and everything else, to keep our build running quickly.
We want:
I was setting this up with parameterized builds, but there isn't an option to select parameters on SCM change or on a schedule.
Is there a workaround to make this work? Maybe using a second build project?
Got it to work with 2 projects: