2
votes
4answers
341 views
+100
Suppressing AfterBuild targets when a csproj has not been built
I have a post-build target in MSBuild to copy some build outputs.
This is linked in as a dependency to the AfterBuild target (exposed by Microsoft.CSharp.targets):
<Target Name="AfterBuild" …
