MSBuild will provide access to a list of the projects if you define an Output element

  <MSBuild Projects="YourSln.sln">
      <Output ItemName="YourProjectOutputs" TaskParameter="TargetOutputs"/>
  </MSBuild>

Is there a way to access a similar list of outputs using Rake\Albacore ?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.