Following the example laid out in the pro guide for embedding a toolbox here, The .tbx does not deploy/ is not visible in the \AppData\Local\ESRI\ArcGISPro\Toolboxes folder, nor is listed in the Toolbox folder in the project.
I found that following this structure in my VS project linked within the pro guide, creates a guid folder with the scripts in an arcpy folder, but doesn't create the 'toolboxes' folder, unless I create a .py file under the toolboxes folder. But it still doesn't create the .tbx.
\---Toolboxes
+---arcpy
| script1.py
| script2.py
+---help
| \---gp
| | Answer_deepthought.xml
| | deepthought_toolbox.xml
| |
| +---messages
| | messages.xml
| |
| \---toolboxes
| DeepThought.xml
|
\---toolboxes
test.py
DeepThought.tbx
Is this a bug that it is not adding .tbx files?
Solved! Go to Solution.
The toolbox had spaces in the name.......
The toolbox had spaces in the name.......