Oh the targets can be fiddly - 😞 - things i brok...
# package-development
k
Oh the targets can be fiddly - 😞 - things i broke/then had to work out how to fix 1. Targets firing... if you have copied the umbraco one when you do dotnet build you should see it say "coping ..." if it doesn't it isn't firing. *i had some issues with the targets file not firing if it had a diffrent name to the package it was in * but that might have just been me. 2. Copy not working (folder location) again the whole is it
.
or
.\content
in the folder path messed me about so many times, but you should see the path when you do a
dotnet build
- you can then check this against what is in your nuget cache (look 👀 in your profile .nuget/packages folder!