私は CruiseControl.Net を初めて使用します。ViewFarmReport.aspx ページに「ダウンロード」というリンクを 1 つ追加したいと考えていました。このダウンロード ボタンをクリックすると、test.zip フォルダがローカル システムにダウンロードされます。test.zip は、同じシステム "c:\myzipproject\test.zip" に配置されます。
以下のコマンドを使用しましたが、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>