プロジェクトに SourceGear Vault と applyLabel="true" を使用しているため、ビルド時に、対応するプロジェクトの SourceGear Vault にラベルが作成されます。私の質問は
私は毎晩ビルドを行っているので、その日にそのプロジェクトに変更が加えられていない場合は、設定をどのように定義すればよいでしょうか....
<sourcecontrol type="vault" autoGetSource="true" applyLabel="true">
<executable>c:\program files\sourcegear\vault client\vault.exe</executable>
<username>john</username>
<password>password</password>
<host>server</host>
<repository>Default Repository</repository>
<folder>$/Projects/xxx/xxx/xxx/source/xxx/xxx/xxx/xx.source</folder>
<ssl>false</ssl>
<timeout units="minutes">10</timeout>
**<useWorkingDirectory>false</useWorkingDirectory>**
<workingDirectory>C:\CCNET\build\xx\xx\</workingDirectory>
</sourcecontrol>
問題は、コードに変更がないビルドのラベルが欲しくないということです。
どんな助けでも大歓迎です。