Hi @SeanPress , Welcome to Microsoft Q&A.
About using the provider's license: Project->Properties->Signing
Sign according to your needs: mostly use Sign the ClickOnce manifests->Select From File
You have several ways to copy files to the publish folder.
- Project->Properties->Publish->Install Mode and Settings->Application Files->Show all files
Check to see if all required resources are Included.
- xxx.file->Properties->Advanced->Copy to output Directory->Copy if newer
- In the Post Build Event Command Line field, enter the
xcopy
command to perform a file copy operation.
Best Regards,
Jiale
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.