As Conan API changed its API from time to time, some parameters are not the same. Force is one of them. Now it's a build policy in upload method, and not an exclusive parameter anymore.
This PR adds force build policy for upload execution, which is the normal flow, following older API versions. The Force is an option now, but by default it will follow the old behavior, force all uploads.
Changelog: Fix: Force package upload for all Conan versions
fixes #547
[x] Refer to the issue that supports this Pull Request.
[x] If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Request.
As Conan API changed its API from time to time, some parameters are not the same. Force is one of them. Now it's a build policy in upload method, and not an exclusive parameter anymore.
This PR adds force build policy for upload execution, which is the normal flow, following older API versions. The Force is an option now, but by default it will follow the old behavior, force all uploads.
Changelog: Fix: Force package upload for all Conan versions
fixes #547