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: devops/metadata.rst
+4-2
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,10 @@ to use a ``layout()`` method like above to avoid cluttering the current folder.
94
94
# check local mybuild/metadata/logs/mylogs.txt file
95
95
96
96
97
-
**NOTE**: This metadata is not valid for the ``conan export-pkg`` flow. If you want to use the ``export-pkg`` flow you might want to check the
98
-
"Adding metadata" section below.
97
+
**NOTE**: Note that the locally created metadata will not be exported to the Conan cache during the ``conan export-pkg`` command.
98
+
Some metadata, as the one generated in ``export()`` method can be generated in the cache, as the ``conan export-pkg`` command calls
99
+
that method, but the metadata inside the "build" folder will not be exported. If you want to add that metadata to the exported package,
100
+
you can copy it after the ``conan export-pkg`` using the paths reported by ``conan cache path``, as described below in the "Adding metadata with commands" section.
0 commit comments