I have a error building a .vdproj on msbuild with nant
- by Luís Custódio
I'm getting used to using nant for build releases. But I have started to use asp.net MVC, and i choice make the setup for installation with a .vdproj .
But, when I call the:
< exec program="${dotnet.dir}/msbuild.exe" commandline='"./Wum.sln" /v:q /nologo /p:Configuration=Release' /
in nant, my result is:
[exec] D:\My Documents\Visual…