Rake undefined exitstatus in nil: Nilclass

I am trying to run rake on a new machine (original machine works fine). After running my this one, I get an error ..

rake aborted undefined exitstatus method for nil: nilClass

any suggestions on how i could see what is going on here?

0


source to share


2 answers


I figured it out ... stupid mistake ... I ran from command line .. not VS command line so it didn't recognize the msbuild task



0


source


Start with rake -trace



+1


source







All Articles