设置: TFSPreview.com(MS Team Fortress in Cloud)
- 代码库
- 构建服务器(手动构建触发器,自动部署到 Azure 云服务)
VS 2012 解决方案
- WCF服务项目
- 测试 WCF 服务项目(基于 NUnit)
- Azure 云项目(仅涵盖上面的#1)
问题:构建失败,因为stats.cs (7): The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
stats.cs 第 7 行是
using NUnit.Framework;
<test project>\lib\nunit.framework.dll
当我转到测试项目-> 引用-> nunit.framework -> 属性时,nunit .dll位于解决方案资源管理Copy Local
器中true
(因此它应该手动将 .dll 复制到天蓝色以进行部署)
有谁知道这里可能出了什么问题?