понедельник, 31 августа 2015 г.

Visual Studio Extension to run all custom tools for all solution files on every build

I've created an extension to Visual Studio that runs all custom tools on every build.

https://github.com/xiety/RunCustomToolsOnBuild

Lessons learned:

1. Make sure that "Copy local" property is set to "False" on every project reference. Or extension would not be installed. Without displaying any error messages.

2. If breakpoints do not work, you must change Project property "Include Debug Symbols in Local Deployment" to "True"

3. If you get error VSSDK1031: Extension '...' could not be found. Try to reset Exp profile and restart VS.
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe" /RootSuffix Exp /setup

4. Check extension files after VS project build in:
c:\users\{user}\appdata\local\microsoft\visualstudio\14.0exp\extensions\

Комментариев нет:

Отправить комментарий