Hi,
I've a Toolboxes folder in which I've some python/toolboxes. When I was using sdk 2.9 I was not having any problem. After the migration to 3.0, each time I try to compile the content of the Toolboxes folder is not updated inside the esriAddInX file. Obviously the Build action i set to Content and copy always.
Solved! Go to Solution.
I think u have conflicting settings in your .csproj. Change the Copy to Output setting to "Do not copy". Leave the Build action as Content.
Hi,
a little update: for some reason when it compile it points to a folder "obj\Debug\net6.0-windows\temp_archive\Toolboxes".
So I have to manually update that folder.
Is a bug of the migration tool?
I think u have conflicting settings in your .csproj. Change the Copy to Output setting to "Do not copy". Leave the Build action as Content.
Thz it solved!!!