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&lr=&q=%22cruisecontrol.net%22&btng=search" /> </externallinks>
you have restart cc.net service these changes show up. , iisreset (stop/restart iis (www) service) sure.
Comments
Post a Comment