Is there a way to get the command output of the exec task?
exec :checkout do |cmd|
cmd.command = 'C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/tf.exe'
cmd.parameters 'checkout'
end
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mentioned albacore and you use the task
exec. If there is no special need of albacore you may use standard ruby tools:More solutions may be found at Getting output of system() calls in Ruby