Click here to Skip to main content
15,891,733 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI,

I am trying to publish a web application to some path by using batch file(.bat).
The following below commands were used in the .bat file.

"C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe" D:\WebApplication1\WebApplication1\WebApplication1.csproj /t:Publish /p:PublishDirectory="D:\"

Its building the dll's and error says "skipping unpublishable project"
Posted
Comments
Sergey Alexandrovich Kryukov 22-Oct-13 12:08pm    
Why? And everything depends on a particular hosting environment. Usually, this is FTP deployment...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900