View Single Post
  #4  
Old 01-03-2007, 02:33 AM
dchrno dchrno is online now
Registered User
 
Join Date: 11-04-2003
Posts: 1
I ended up using msbuild to publish my ClickOnce projects:

%msbuild% project.csproj /t:clean,publish /p:Configuration="Release" /p:ApplicationRevision=%REVISION% /p:ApplicationVersion=%VERSION%.* /p:PublishDir=%publishrootdir%\Release

Start folder is set to the folder the csproj file resides in.
Reply With Quote