I have a very large SSDT project in VS 2013 that takes about 30 mins to build. When building it's obvious that msbuild.exe is only using one core.
Is there a way to get an SSDT project to utilise all cores on the server?
I have a very large SSDT project in VS 2013 that takes about 30 mins to build. When building it's obvious that msbuild.exe is only using one core.
Is there a way to get an SSDT project to utilise all cores on the server?
No. Normal things to try are:
Ed