Hi
We are building a VSPackage for a test tool, Gauge. We have integrated with the VS test window for executing Gauge Specs.
We want to be able to build the target project only if it has changed since the last build, and use the output to execute the tests.
We have observed that the Test Window scans and loads the tests automatically on opening of the project. Is there a way to force a build before test discovery, so that we can ensure that the binaries are upto date?
Alternatively, is there a better way to detect out of date binaries and invoke a build?
Thanks
Srikanth