[v3.17.0.2]
I have a legacy solution that does not work well under newer vs versions due to 3rd party version dependencies.
I can go around this when executing NCRunch console at CI server (TC) via the /VS switch to enforce older version of MS build, but I lack this option for grid nodes.
Is it possible to ensure a grid node is running in a similar way as the ncrunch.exe does when /VS is specified?
(I work in vs2017, but tests are failing that depend on the older C# language, so it would be neat also in my dev experience to be able to connect to a "vs2013 capability grid node" which would then run the tests that are failing in vs2017. But I guess when trying to adopt grid nodes with ncrunch.exe it will fail due to the vs version mismatches?)
Thanks.