Revit Addin Publishing

Configure an Autodesk Revit add-in project to copy the add-in, .addin manifest to the local Revit or a `bin/publish` folder, using the Nice3point.Revit.Sdk publish targets. USE FOR: setting up a project for publishing, bundling extra content into the output, and relying on per-version manifest patching. DO NOT USE FOR: launching and debugging the add-in from the IDE (use revit-addin-debugging), dependency isolation or repacking (use revit-dependency-isolation), or packaging a versioned App Store bundle (use revit-addin-bundle).

nice3point cf4f257 2.9 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/revit-solution/skills/revit-addin-publishing commit cf4f25731a

Frequently asked questions

npx skillmds@latest add nice3point/revit-addin-publishing