Post Build Steps?

Administrator

VB.NET Forum Admin
Joined
Jun 3, 2004
Messages
1,462
Programming Experience
10+
I heard there was a way to do post build steps when building a solution. I think this may only be in the C# solutions, not sure.

I use Dotfuscator Pro and because of the obfuscation, I have to do Delayed Signing in strong naming. I also use InstallShield X which builds as part of the solution.

What I'd like to do is have a step in there that after obfuscation, the components are signed, then the InstallShield project runs, building the deployment package.

Anyone have any suggestions for this work flow?
 
Back
Top