You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1099,6 +1099,7 @@ Using **CONAN_CLANG_VERSIONS** env variable in Travis ci or Appveyor:
1099
1099
- **upload_only_when_tag**: Will try to upload only if the branch is a tag. Default [False]
1100
1100
- **upload_only_recipe**: If defined, will try to upload **only** the recipes. The built packages will **not** be uploaded. Default [False]
1101
1101
- **upload_dependencies**: Will try to upload dependencies to your remote. Default [False]
1102
+
- **upload_force**: Will try to force uploaded all packages. Default [True]
1102
1103
- **build_types**: List containing specific build types. Default ["Release", "Debug"]
1103
1104
- **cppstds**: List containing specific cpp standards. Default None
1104
1105
- **skip_check_credentials**: Conan will skip checking the user credentials before building the packages. And if no user/remote is specified, will try to upload with the
@@ -1219,6 +1220,7 @@ This is especially useful for CI integration.
1219
1220
- **CONAN_UPLOAD_ONLY_WHEN_TAG**: If defined, will try to upload the packages only when the current branch is a tag.
1220
1221
- **CONAN_UPLOAD_ONLY_RECIPE**: If defined, will try to upload **only** the recipes. The built packages will **not** be uploaded.
1221
1222
- **CONAN_UPLOAD_DEPENDENCIES**: If defined, will try to upload the listed package dependencies to your remote.
1223
+
- **CONAN_UPLOAD_FORCE**: If defined, will try to force upload all packages. Default is `True`.
1222
1224
1223
1225
- **CONAN_SKIP_CHECK_CREDENTIALS**: Conan will skip checking the user credentials before building the packages. And if no user/remote is specified, will try to upload with the
1224
1226
already stored credentiales in the local cache. Default [False]
0 commit comments