Closed FinnianDempsey closed 1 year ago
Likely related to: https://github.com/OctopusDeploy/Issues/issues/6965
Thanks. It looks like this has been around for a while and it's impact is not severe. We've put it onto the future backlog for now.
Release Note: NuGet packages with build metadata in the version will now use the package cache to speed up transfers
:tada: The fix for this issue has been released in:
Release stream | Release |
---|---|
2023.3 | 2023.3.1477 |
2023.4+ | all releases |
Team
Severity
Workaround Exists
Version
2021.2.7831
Latest Version
I could reproduce the problem in the latest build
What happened?
Nuget packages only with '+' in the version are not being found in the cache and are being re-uploaded.
Reproduction
Deploy a nuget package to a Tentacle with a version containing '+' e.g. version 1.0.0-alpha.6+test. Subsequent deployments will not find the package in the cache and will re-upload to the Tentacle.
Error and Stacktrace
More Information
This only effects nuget packages. Zip packages work as expected.
Workaround
Don't include '+' in the version:
Internal Link - Zendesk Internal Link - Slack