I have set up a build step on TeamCity,as described here, to do automatic release deployments to our test server. But it is not using the latest nuget packages that was build in
It looks like --force is just to force packages to the be re-installed if they have already been installed. Are you using the --packageversion parameter?