Copy runtime to output - manually

Ask general questions here.
rka
Posts: 35
Joined: Fri Jul 03, 2015 7:54 am

Copy runtime to output - manually

Post by rka » Fri Feb 24, 2023 12:31 pm

Hello,

I have a project in which I set the setting "Copy runtime to output". When I build the project inside Ranorex, an additional folder named "Runtime" is created in the output folder.

Now I want to achieve this goal by compiling the solution outside of Ranorex Studio. How can I achieve the same result, when manually compiling my project? Until now I use the following command, but in this case the runtime folder understandably is not created:

Code: Select all

C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\MSBuild.exe MySolution.sln /property:Configuration=Debug
Best regards,
Rafael

rka
Posts: 35
Joined: Fri Jul 03, 2015 7:54 am

Re: Copy runtime to output - manually

Post by rka » Mon Feb 27, 2023 7:26 am

Resolved the problem myself... by checking the correct output folder :roll: