|
I have two VS.NET solutions that I are built using NAnt and CruiseControl.NET. Several projects in the second solution are dependent upon assemblies that are outputs from the first project. I need to automatically update the references for the second solution up to date whenever a successful build of the first solution occurs. I’ve tried simply copying the newly-compiled assemblies from the first solution into the directory where the second solutions references are stored, but when the version numbers change the assembly manifest no longer matches the project reference. Furthermore, this doesn’t keep my subversion repository up to date, and I don’t get the latest references whenever I check out the second project.
Should I just use static version numbers and only increment the revision number? And is there a command that I can use to check in the newly-compiled assemblies from the first solution?
Thanks,
Greg
|
- [NAnt-users] Keeping Project References Up To Date Gregory A. Lusk
- Re: [NAnt-users] Keeping Project References Up To Dat... Gary Feldman
- Re: [NAnt-users] Keeping Project References Up To... Perry Ismangil
