Comments
3 comments
-
Hi, yes it is possible to use it in PostBuild events. See http://documentation.red-gate.com/display/SA6/Using+SmartAssembly+with+MSBuild for more information, but if this isn't enough let me know.
-
Apologies for the late response.
We figured out that doing the obfuscation after the IncrementalClean and before the PostBuild was the best fit for us. Otherwise, the resulting project file looks quite similar to the documentation.
Thanks! -
Great, thanks for updating the post.
Add comment
Please sign in to leave a comment.
It should be noted that I am not well-versed with MSBuild (which may or may not be obvious with this question).