exec :mycommand do |cmd|
cmd.command='C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\tf.exe'
cmd.parameter ='checkout'
end
Is there a way we can get the output of the command from this run?
feedback
|
|
You mentioned albacore and you use the task
More solutions may be found at Getting output of system() calls in ruby | |||
|
feedback
|