0

我是 CruiseControl.Net 的新手。我想在 ViewFarmReport.aspx 页面中添加一个“下载”链接。当我单击此下载按钮时,它会将 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&amp;lr=&amp;q=%22CruiseControl.NET%22&amp;btnG=Search" />
    </externalLinks>
4

1 回答 1

0

You have to restart the CC.NET service for these changes to show up. And do a iisreset (stop/restart IIS (www) service) to be sure.

于 2013-10-08T13:23:30.137 回答