Build error with Ranorex Automation Helpers

Ranorex Studio, Spy, Recorder, and Driver.
donrc$123
Posts: 3
Joined: Thu Aug 15, 2019 4:56 pm

Build error with Ranorex Automation Helpers

Post by donrc$123 » Thu Aug 15, 2019 5:30 pm

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

User avatar
N612
Posts: 135
Joined: Mon Jul 11, 2016 4:01 pm

Re: Build error with Ranorex Automation Helpers

Post by N612 » Fri Aug 16, 2019 8:43 pm

Make sure you are restoring NuGet packages before building. MSBuild can do this automatically if you do not want to use NuGet.exe directly.