PC Review


Reply
Thread Tools Rate Thread

Clickonce publish build with nAnt does not work

 
 
New Member
Join Date: Jul 2012
Posts: 1
 
      24th Jul 2012
Hallo
You can see my Nant build settings for clickonce
My build is succsessful but there is no changes in my Clickonce Publish Directory
I would be glad if you could give me a short instruction how to setup clickonce in my nant build file or a short tutorial how to automate my clickonce with nant
this is my email adress: (E-Mail Removed)


<!-- Get the last build number from repository-->
<target name="versioning">
<svn command="checkout"
destination="${sources}/ClickOnceTest"
uri="svn://10.141.86.1/raidspace/subversion/repository/ta33/solutions/Shark_CS_Framework/${framework.client}"
verbose="true" />
<!--Increment build number-->
<version buildtype="NoIncrement" revisiontype="Increment" path="D:/ta33/solutions/sources/${framework.client}/build.number" />

<!--Commit build number to repository-->
<exec program="svn.exe" commandline="commit --force-log -F D:/ta33/blubb.txt D:/ta33/solutions/sources/${framework.client}/build.number" />
</target>

<target name ="publish-clickonce" >
<msbuild project="${sources}\${framework.client}\${framework.client}.csproj" >
<property name="Targets" value="Publish"/>
<property name="Configuration" value="${para.config}" />
<property name="Platform" value="${para.platform}" />
<property name="ApplicationVersion" value="D:/ta33/solutions/sources/${framework.client}/build.number" />
<property name="PublishUrl" value="http://10.141.86.1/co/" />
<property name="InstallUrl" value="http://10.141.86.1/co/" />
</msbuild>
<copy todir="I:/clickonce/">
<fileset basedir="${sources}/ClickOnceTest">
<include name="**/*" />
</fileset>
</copy>
</target>
....
Thanks for your Help
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ClickOnce and nAnt Westy Microsoft C# .NET 0 7th Nov 2006 07:45 PM
The Next Build Shall be RTM guys not any other builds unless MS decides to do one more build because of bugs before RTM RC2 build 5477 is the last build before RTM Drew Windows Vista General Discussion 8 13th Oct 2006 12:41 AM
I meant RC2 Build 5744 is the last build unless ms find more bugs before the RTM build and gold version there only make another build if there more bugs and not ready for RTM Drew Windows Vista General Discussion 4 12th Oct 2006 02:17 PM
SWsoft Acronis Disk Director Suite 9.0 Build 508, Acronis OS Selector 8.0 Build 917, Acronis Partition Expert 2003 Build 292, Acronis Power Utilities 2004 Build 502, F-SECURE.ANTI vIRUS.PROXY v1.10.17.WINALL, F-SECURE.ANTI vIRUS v5.50.10260 for CITRI vvcd Storage Devices 2 4th Dec 2005 12:46 PM
SWsoft Acronis Disk Director Suite 9.0 Build 508, Acronis OS Selector 8.0 Build 917, Acronis Partition Expert 2003 Build 292, Acronis Power Utilities 2004 Build 502, F-SECURE.ANTI vIRUS.PROXY v1.10.17.WINALL, F-SECURE.ANTI vIRUS v5.50.10260 for CITRI code_fu Windows XP Basics 0 2nd Oct 2004 05:11 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:29 PM.