We have a VS 2015 solution, just ported from VS2010. It contains a project with a PostBuildEvent. In this PostBuildEvent, svcutil.exe is called.
So far, the path to svcutil.exe was
"$(VS100COMNTOOLS)\..\..\..\Microsoft SDKs\Windows\v7.0A\Bin\svcutil"
This is not portalbe. On the new build server, there is no such directory.
We obviously need a macro to the Windows SDK Tools folder. On the new build server, this is currently
C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin
Of course I could define my own macro and pass it on somehow, but isn't there a build-in solution?