VS 2008——在构建属性中使用相对路径
长话短说,我有一个包含 NUnit 程序集的测试项目文件(C# 项目)。当我按 F5 时,构建属性告诉项目启动 NUnit 并运行适当的测试。
然而,我与一个团队合作,这个项目(包括 NUnit 二进制文件)正在被颠覆。这意味着当我的伙伴将其拉到不同的位置时,到 NUnit 的路径是不同的,因此它会中断。
是否有一个“%PROJECTDIR%”常量或我可以在构建属性中使用的东西来引用 NUnit exe 并使其工作?
预先感谢您可以提供的任何帮助, 肖恩
Long story short, I have a test project file (C# project) that contains the NUnit assemblies. When I hit F5, the build properties tell the project to launch NUnit and run the appropriate tests.
However, I work with a team and this project (including the NUnit binaries) are in subversion. Which means that when my partner pulls it down in a different location, the path to NUnit is different and thus it breaks.
Is there a "%PROJECTDIR%" constant or something that I can use in build properties to refer to the NUnit exe and make it work?
Thanks in advance for any help you can give,
Sean
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)