how to add button in CruiseControl.Net UI -


i new in cruisecontrol.net.i wanted add 1 link "download" in viewfarmreport.aspx page.when click download button download test.zip folder local system. test.zip placed in same system "c:\myzipproject\test.zip" .

i have used below command not displaying in ui

<externallinks>         <externallink name="iis root web on localhost" url="http://localhost/" />         <externallink name="google" url="http://www.google.com/search?hl=en&amp;lr=&amp;q=%22cruisecontrol.net%22&amp;btng=search" />     </externallinks> 

you have restart cc.net service these changes show up. , iisreset (stop/restart iis (www) service) sure.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -