Page 1 of 1

Build error with Ranorex Automation Helpers

Posted: Thu Aug 15, 2019 5:30 pm
by donrc$123
I installed the Ranorex Automation Helpers from the available nuget package. It installed and builds fine on my local machine. We have a build definition setup in TFS 2017 which uses msbuild. When the build runs it is failing with the message that Ranorex.PDF is not found. Currently, I have removed this package so that we are able to build.

Any help with this would be appreciated. Thanks.

Ranorex Studio 9.10
Windows 10

Re: Build error with Ranorex Automation Helpers

Posted: Fri Aug 16, 2019 8:43 pm
by N612
Make sure you are restoring NuGet packages before building. MSBuild can do this automatically if you do not want to use NuGet.exe directly.