Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Publish Web Project using MSBuild command

440 views
Skip to first unread message

Abhi

unread,
Jul 29, 2008, 8:45:01 AM7/29/08
to
We are working on a web application. It is in VS2008. We are able to publish
the project from IDE.
But when we tried to publish it from Command Prompt using msbuild command,
It gives us this following error message:-

"Skipping UnPublishable Project"

We are using this command

msbuild /target:publish /p:PublishUrl="http://localhost/TabContainerRnD"
/p:PublishDir="C:\inetpub\wwwroot\TabContainerRnD"

We have also tried to publish on remote server using command

msbuild /target:publish /p:PublishUrl="//<RemoteServer>/TabContainerRnD"

but it gives same error.

waiting for response.

Thank You In Advance.

Abhi

0 new messages