We have libraries in Visual Studio and bamboo, that get changed more often. We want our weekly build to find that library (say it is version 2.3), but in bamboo we have that library being built and deployed at 2.4. Which of course is stored in the packages.config file.
I am sure there is some way to do it, that others have wanted to do this, but I can't find exactly something that spells it out (or I am reading into things too much or too little).
How through bamboo, would we go into this and change before the build?
Is it a third party tool? Recommendations?
Is there some script that is done?
Is there some tool within bamboo that handles this?