Closed devopsguys closed 10 years ago
The same behaviour described in this issue is also exhibited here. https://github.com/OctopusDeploy/Issues/issues/628
Below are more screenshots showing OD picking the wrong package versions
![Uploading octopus-wrong-package-2.jpg . . .]()
Hi James,
It looks like the deployment is working fine, but on the create release page, Octopus is picking the wrong package to be used as "latest" (although it gets the sort order right on the previous versions dialog). Is that right?
What NuGet server are you using?
Paul
Paul, The deployment is also picking up the wrong version. In the example above, 0.40.9.13021 is being deployed, but it should be 0.40.28.13072.
On the create release page, OD is also picking up the wrong version. Its neither using the latest date or highest build number to correctly determine the latest package.
We are using TeamCity as the NuGet Server.
Upgrading to Octopus 2.0.13 seems to have solved this - going to close the issue for now, let me know if it happens again James.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.
We are experience a major issue with the deployment of the wrong package versions.
We are creating a release from TeamCity using the Octopus plugin.
In the attached example you can see that the release number generated by TC is 0.40.28.13072. The package version for this release is 0.40.28.13072.
The release number in OD is 0.40.28.13072. However, when the deployment runs OD Tentacle downloads and deploys an old package version .0.40.9.13021
Please can you review as a matter of priority.