Can i change path of TestTools.UITest.Dll in wpf?

怎甘沉沦 提交于 2019-12-12 04:22:56

问题


Hi sorry for that question but, it is possible to change location reference OF TEST dll???

I have VS 2015 enterprise, i copy all DLL test in my subversion folder, add the reference but VS don't change the path... the path is alwais : "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.TestTools.UITest.****.dll

could you help me please?

path issue


回答1:


The best way I've discovered is to collect your required .dlls and package them together using NuGet. Then you can change your project references to the NuGet package rather than those in the default installation.

So: Yes, change your .csproj files (unless you're working in .NET Core)



来源:https://stackoverflow.com/questions/39511711/can-i-change-path-of-testtools-uitest-dll-in-wpf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!