我們正在從MSTests遷移到NUnit。第一步是要遷移的是使用下面的MSBuild任務來完成我們所有的單元測試項目: <Target Name="RunTests">
<!-- The location of the necessary tools to run nunit tests -->
<PropertyGroup>
<NUnitToolPath>C:\
我寫了一些單元測試,這取決於配置文件。這個file.config被部署到我測試項目的bin\Debug目錄中。但是,它似乎並沒有被複制到測試實際發生的輸出測試結果目錄中。 我已經搜查,發現這些: TFS UnitTesting not deploying local copy assembly to test dir when on build server Test project and co