jcansdale / TestDriven.Net-Issues

Issue tracking for TestDriven.Net
https://github.com/jcansdale/TestDriven.Net-Issues/issues
24 stars 2 forks source link

ProcessInvocation breaks on .NET 2.0 when build with MSBuild 14.0 #82

Open jcansdale opened 7 years ago

jcansdale commented 7 years ago

Find out why adding the following to vars.bat, stops it from working with .NET 2.0/3.5:

set path=%ProgramFiles(x86)%\MSBuild\14.0\bin;%path%

(rolled back for the moment)