-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
NOTE: TestDriven.Net will be installed for Visual Studio 2017 RC (Community, Professional and Enterprise in their default locations).
Workaround:
The following BAT file must be run as admin user. Change VS2017SKU to "Community", "Professional" or "Enterprise" (depending on which Visual Studio 2017 SKU you have installed).
set VS2017SKU=Community
set VS2017IDE=%ProgramFiles(x86)%\Microsoft Visual Studio\2017\%VS2017SKU%\Common7\IDE
set VS14IDE=%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\IDE
set TDEXT=Extensions\TestDriven
xcopy /S /I "%VS14IDE%\%TDEXT%" "%VS2017IDE%\%TDEXT%"
"%VS2017IDE%\devenv.exe" /updateConfiguration
Please subscribe to this issue for updates!
agocke, duncanawoods and ferventcoder