C
ChrisB
I have a number of things that I need to do on my assemblies after a release
build which I'm currently doing by executing a VBS file as a post build
event. Things include Dotfuscating, re-singing using sn.exe and copying all
the resulting files to a separate production folder.
Is there a better way of doing this? Using the VBS file seams like a rather
old fashioned (and un-managed!) way of this. How else can I go about
executing all these tools and copying all the resulting files whilst taking
advantage of Dot Net? How about using Visual Studio Macros?
Many thanks,
ChrisB.
build which I'm currently doing by executing a VBS file as a post build
event. Things include Dotfuscating, re-singing using sn.exe and copying all
the resulting files to a separate production folder.
Is there a better way of doing this? Using the VBS file seams like a rather
old fashioned (and un-managed!) way of this. How else can I go about
executing all these tools and copying all the resulting files whilst taking
advantage of Dot Net? How about using Visual Studio Macros?
Many thanks,
ChrisB.