MSBuild generate files in d:\target, but not d:\target\_PublishedWebsites
- by Unmi
When I use msbuild to build a web site project under command line
msbuild website1.sln /property:OutDir=d:\target\
I just want the published files generated in directory d:\target, but not D:\target_PublishedWebsites.
What can I do for that?