W
Wayne Sepega
So we've determined that our assemblies will be getting placed in the GAC
going forward. I have done a bit of research and determined a process based
on that research on how to manage the assemblies for deployment.
Here is my issue, all of the information I find talks about what you should
do for deployment to prod, I've not found very much on how to handle this
with a team of developers.
Where do we put the assemblies?
How do we get each of the dev boxes updated on a daily basis?
How do each of the projects get updated to reference the current build of
the assembly?
How do we deploy current builds, but not screw up anything that may be a
work in progress on the developers box? E.G. they are responsible for fixes
a bug in a shared assembly.
Anyone currently using the GAC that would like to share how they accomplish
this?
Thanks
Wayne
going forward. I have done a bit of research and determined a process based
on that research on how to manage the assemblies for deployment.
Here is my issue, all of the information I find talks about what you should
do for deployment to prod, I've not found very much on how to handle this
with a team of developers.
Where do we put the assemblies?
How do we get each of the dev boxes updated on a daily basis?
How do each of the projects get updated to reference the current build of
the assembly?
How do we deploy current builds, but not screw up anything that may be a
work in progress on the developers box? E.G. they are responsible for fixes
a bug in a shared assembly.
Anyone currently using the GAC that would like to share how they accomplish
this?
Thanks
Wayne