Inside a solution, you have to build all the packages inside the solution.
If you split your project in different packages, it's easier to manage it inside only one solution for managing dependecies between packages. But building a fix of a small package will force to build all packages. So if you don't want to change version of other pacakges, you need to manually manage all the version by hand and make sure you are not replacing the previous pacakge that you don't want to rebuild.
Having abaility to rebuild only the selected pacakges, willl help to create patches for only a part of a bigger project well divided in smaller components.
MaximeR
Maxime R.
CLA - Certified LabVIEW Architect / Architecte LabVIEW Certifié
CTA - Certified TestStand Architect / Architecte TestStand Certifié
MaximeR, this is something that we are aware of as a limitation. There are some work flows wrt TestStand that conflict with this capability that would have to be resolved, so this is why we did not support this yet. An example workflow is that a sequence file in one package could reference code modules in another package and staging TestStand files in NIPB must be done for both packages at the same time and cannot be separate.