2

Jenkins プラグインを使用して Visual Studio ソリューション (.sln) を構築しようとしています。

ビルドをトリガーすると、以下の例外が発生します

Error: You must accept the End User License Agreement for this product
Run 'tf eula' to accept the End User License Agreement.
FATAL: Executable returned an unexpected result code [100]
ERROR: null
Finished: FAILURE

tf eula を実行してエンド ユーザー ライセンス契約に同意するにはどうすればよいですか?

何らかの設定で EULA を無効にする方法はありますか?

4

1 に答える 1

4
tf eula -accept

スレーブ マシンで tf.exe を検索します

于 2014-01-21T18:31:47.003 に答える