Reputation: 6279
I'm just learning about MSBuild and I'm wondering what are some useful tasks people use MSBuild scripts for?
I've gone through the Microsoft documentation, just interested in some real world uses.
Upvotes: 3
Views: 131
Reputation: 1093
Make sure you check out MSBuild Community Tasks. There's a number of good ones in the package. I personally use the NUnit task, amongst others.
Upvotes: 2