The most “integrated” way I could think of would be to add a deployment configuration dependency that depends on the last pinned assembly for the dependent configuration. Then, you simply don’t insert the new assemblies in the dependent configuration and push the one you want and start the deployment ... This is a little silly and might not work very well if you depend on pinned assemblies for anything else in the dependent configuration.
Another built-in way to do this is to add an artifact dependency using a specific build number. The disadvantage of this method is that at any time when you want to deploy another assembly, you will need to manually edit the assembly number of the artifact dependencies, and then click run.
source share