Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > MSBUILD and clickonce
 

MSBUILD and clickonce

Hello all,

I have been using MSBUILD to publish my clickonce application and it has been working fine until after I switched to using the RTM.  The problem with the RTM version of MSBuild is it skips over the projects that aren't publishable.  So if you have a project dependency it will fail because it won't build your non-publishable assembly.  Does anyone know a workaround for this?
Vi_Tinh  Thursday, December 08, 2005 8:56 PM

Can you just do:

  MSBuild mysolution.sln  'this build everything up front
  MSBuild mysolution.sln /target:publish

 

 

David Guyer MSFT  Thursday, December 08, 2005 9:20 PM

Can you just do:

  MSBuild mysolution.sln  'this build everything up front
  MSBuild mysolution.sln /target:publish

 

 

David Guyer MSFT  Thursday, December 08, 2005 9:20 PM

You can use google to search for other answers

Custom Search

More Threads

• WSUS 3.0 failed remote SQL
• Vista: MSI App fails to install
• serial Number template
• MSI PRoblem
• Memory leak in ClickOnce deployment in 3.5
• how to make an exe which is custom action return values to installer?
• How to create MSI installer with silent mode
• Deploying a WPF App with Click Once Issue
• Advertising a COM Add-In
• Signing Manifest when Deploying to Customer's Server