I used web site deployment projects but I discovered that the aspnet_merge.exe utility is not on my build server. This prevents me from being able to build. In order to get this utility I have to install the Windows SDK which comes as an ISO file and is over 1gb. I do not want to install this entire thing when I all I need is that one assembly. But I am not sure if that file depends on anything else in that installer. I also do not understand why a web tool is buried in the Windows SDK. I would prefer to have it include in some web tools installer.
Has anyone just copied this assembly to the FrameworkSDKDir and just made it work that way?