Let the storm money come!

ccnet 配置真折腾

    Google 搜索 : tf 日期和ccnet 日期

     让google 无阻搜索

     http://www.fenxiang100.net/forum.php?mod=viewthread&tid=107 

 

     http://www.fenxiang100.net/forum.php?mod=viewthread&tid=111&page=1&extra=#pid191 

 

    google 小插件 ssl,还有网页快照 

 

     具体如何配:

      <cruisecontrol xmlns:cb="urn:ccnet.config.builder">

复制代码
  <project name="TestGet" webURL="http://localhost:8000/server/local/project/TestGet/ViewLatestBuildReport.aspx">
    <workingDirectory >D:\TestAutoDeploy\Addition</workingDirectory>
    <artifactDirectory>D:\TestAutoDeploy\Log</artifactDirectory>
    <sourcecontrol type="vsts" autoGetSource="true">
      <server>http://localhost:8080/tfs/defaultcollection</server>
      <project>$/MoneyRecord/TestDataAnnotation</project>
      <username>zbomb</username>
      <password>******</password>
      <workingDirectory>D:\TestAutoDeploy\Addition</workingDirectory>
      <workspace>GetAddition</workspace>
      <!--<tfOutputKeywords>
        <keyword name="Encoding" value="GB2312"/>
        <keyword name="Culture" value="zh-CN"/>
        <keyword name="Changeset" value="变更集"/>
        <keyword name="User" value="用户"/>
        <keyword name="Date" value="日期"/>
        <keyword name="Comment" value="注释"/>
        <keyword name="Items" value="项"/> 
        <keyword name="edit" value="编辑"/> 
        <keyword name="add" value="添加"/> 
        <keyword name="delete" value="删除"/> 
        <keyword name="rename" value="重命名"/>
        <keyword name="CheckInDescription" value="签入说明"/>
      </tfOutputKeywords>
-->
      <!--<getSourceAccordingToComment>deploy</getSourceAccordingToComment>-->
      <cleanCopy>false</cleanCopy>
      <deleteWorkspace>false</deleteWorkspace>
      <timeout>10000000</timeout>
    </sourcecontrol>
    <tasks>
      <exec executable="D:\TestAutoDeploy\CopyAddition.bat" />
      <msbuild>
        <executable>C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe</executable>
        <workingDirectory>D:\TestAutoDeploy\TestDataAnnotation</workingDirectory>
        <projectFile>TestDataAnnotation.sln</projectFile>
        <buildArgs>/p:Configuration=Release</buildArgs>
        <targets>Clean;Rebuild</targets>
        <timeout>10000000</timeout>
      </msbuild>
    </tasks>
  </project>
复制代码

</cruisecontrol>

 

 暂时还有两个问题未解决:

    1  中文始终不能获取编译的通知。

    2  有个 DateTime 老是报错的问题。 

posted @   精密~顽石  阅读(412)  评论(0编辑  收藏  举报
编辑推荐:
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
< 2012年3月 >
26 27 28 29 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
1 2 3 4 5 6 7
在通往地狱的路上,加班能使你更快到达。
点击右上角即可分享
微信分享提示