Autodesk Store bundle - Nice3point/RevitTemplates GitHub Wiki
To publish your application to the Autodesk Store, you need to prepare a bundle according to a certain standard. The template will create it for you, and pack it into a Zip, you just have to upload it to the Store.
Nuke setup
-
Set option Bundle support when creating the solution.
-
Open Build/Build.Configuration.cs file
-
Update Bundles property
[!NOTE] For creating a bundle, a third-party package is used. You can find more detailed documentation about it here: Autodesk.PackageBuilder
Output files
📂output
┗📜RevitAddIn.zip
┗📂RevitAddIn.bundle
┣📜PackageContents.xml
┗📂Contents
┣📂2020
┃ ┣📜RevitAddIn.addin
┃ ┗📂RevitAddIn
┃ ┗📜RevitAddIn.dll
┗📂2021
┣📜RevitAddIn.addin
┗📂RevitAddIn
┗📜RevitAddIn.dll