G
Graham
We use buildit to automatically build all of our solutions every
night. In C# we are able to call a batch file for the post build
event and sign the assembly for the GAC using our private/public key
pair.
Now, in VB.net there's no easy way to do this. I saw that you can
create a macro that catches the bldevents.OnBuildDone event, but this
is only for when the solution finishes. We have an InstallShield X
project as part of the assembly, so signing the assembly after the
solution finishes building is too late. Also, I don't see any real
documentation on this EnvDTE class, how can I get the path to a
certain project's output?
Does any have any experience or suggestions with how to proceed? I
think we will just separate the installer project from the solution,
but it'd be nice to just have one solution either build or not...
Thanks,
Graham
night. In C# we are able to call a batch file for the post build
event and sign the assembly for the GAC using our private/public key
pair.
Now, in VB.net there's no easy way to do this. I saw that you can
create a macro that catches the bldevents.OnBuildDone event, but this
is only for when the solution finishes. We have an InstallShield X
project as part of the assembly, so signing the assembly after the
solution finishes building is too late. Also, I don't see any real
documentation on this EnvDTE class, how can I get the path to a
certain project's output?
Does any have any experience or suggestions with how to proceed? I
think we will just separate the installer project from the solution,
but it'd be nice to just have one solution either build or not...
Thanks,
Graham