nunit を TFS (クラウド バージョン) で動作させる方法について、いくつかのガイドに従いました。
http://walkingthestack.blogspot.sg/2013/04/using-nunit-for-your-tests-in-team.html
ただし、すべてを設定した後でも、次のエラー メッセージが表示されます。
Exception Message: The path '$/Plan.Ess.sln' could not be converted to a local path. Make sure this path is relative to the 'src' folder on the build machine or specify a full server path. (type ArgumentException)
Exception Stack Trace: at Microsoft.TeamFoundation.Build.Activities.Core.LocalPathProvider.GetLocalPath(String incomingPath)
at System.Activities.CodeActivity`1.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
TF270003: Failed to copy. Ensure the source directory C:\a\bin exists and that you have the appropriate permissions.
1)$/Plan.Ess.sln
は、ビルド定義 > ビルド定義の編集 > プロセス > 1. ビルドするソリューションで入力したものです。
2) C:\a\bin を参照している理由がわかりません
" " (2 番目のリンクからの解決策) があるかどうかMake sure that installed test discoverers & executors, platform & framework settings are appropiate and try again
わかりませんが、ビルド コントローラーは、nunit テスト アダプターと dll を含むフォルダーを既に指定しています。