MSBuild - where is everything?
11 Nov 2013 14:47
MSBuild (and Visual Studio) scatter .targets
and .tasks
files all over the shop. Try looking in:
MSBuild (and Visual Studio) scatter .targets
and .tasks
files all over the shop. Try looking in:
While looking through some MSBuild scripts recently at work, I came across some stuff to do with Task output parameters that I thought might be worth blogging about. First, however, I need to talk about Task input parameters.
It’s actually quite simple: