0
votes
Build setup project with NAnt
Instead of trying to build using MSBUILD (assumption), build the solution or project using DEVENV.EXE. The command line is something along the lines of:
DEVENV MySolutionFile.sln /build DEB …
