I have Windows application in csproj in my solution, and I want generate Publish using command line (bat, cmd).
My script is (I put \\r\\n for better re
I don't know if this is a problem, but I noticed that you pass the /target parameter twice?
you could you use a semi-colon delimited example:
/target:rebuild;publish
MSDN Documentation on command line parameters and MSBuild
If that also does not work you could perhaps try to debug it by passing
/verbosity:diag