2017-06-21 3 views

答えて

0

と仮定すると、以下の設定:http://tfscomputer:8080/tfs/mycollection

  • チームプロジェクト名:MyTeamProject
  • ビルド定義:NameOfBuildDefinition
  • チェンジ:C654321
  • ブセット:

    • TFSのURLあなたのコレクションにCoolChanges

    ..次に、tfsbuild.exeコマンドを使用することができます。

    tfsbuild.exe 
        start 
        /collection:http://tfscomputer:8080/tfs/mycollection 
        /buildDefinition:"\MyTeamProject\NameOfBuildDefinition" 
        /getOption:Custom 
        /customGetVersion:C654321 
        /shelveset:CoolChanges 
        /queue 
    
  • +0

    ありがとうございます。します。できるだけお待ちください。時間制限があります – zumalifeguard

    +0

    あなたの回答を回答としてマークすることができ、コミュニティの他の人にも役立ちます。 –

    関連する問題