Hi All,
I would like to use the output of an executable as buildarg in the
second executable.
How would I do this?
Example:
<exec>
<description>Create setting query</description>
<executable>$(TestDir)\create_settings.exe</executable>
<buildArgs>$(Run1)</buildArgs>
</exec>
<exec>
<description>Update Settings</description>
<executable>$(TestDir)\update_settings.bat</executable>
<buildArgs>???</buildArgs>
</exec>
The first exe returns a string, i would like to use this string as
buildarg in the second exe.
Any help would be greatly appreciated!
Cheers,
Arjan