

The package versions are defined in the packages-template.aget file. It creates soft links for all the NuGet packages folder dropping the version information so that the projects files don't need to be changed when package versions are changed. Make sure you ran restorepackages.bat in a command prompt with administrator privileges. If you experience issues, check the troubleshooting tips in the next section. Now you should be able to launch Revit and see the Dynamo and Dynamo Player icons on the Manage tab. Notice that the Assembly tag points to the output folder of the Dynamo for Revit build you created in step 1. Where is the version of Revit for which the addin is built.

addin file should be placed in the following location: "D:\DynamoRevit\bin\An圜PU\Debug\Revit\DynamoRevitDS.dll" With this file you must specify which DynamoCore you want to run with the DynamoRevit build. Associate DynamoRevit with Dynamo CoreĪfter DynamoRevit is built, you will notice that there is a nfig file in DynamoRevit\bin\An圜PU\Debug. It's also possible to use the prebuilt Dynamo that ships with Revit, or to retrieve a particular Dynamo Core version from Nuget without building it yourself.

2020) either in the system environment or in the user_locals.props file in your build folder. Set the RevitVersionNumber environment variable to the Revit version you're building against (e.g.(if you want to build other branch of DynamoRevit, but corresponding version of Revit is not installed locally, you can get these dlls from ) Copy RevitAPI.dll& RevitAPIUI.dll to the folder DynamoRevit\lib\Revit Preview Release\net48, these 2 dlls are in the folder same with Revit.exe installed on your computer.Run restorepackages.bat from a command prompt with administrative privileges (Located in your Github\DynamoRevit\src folder).Make sure you have the following installed on your computer:.Otherwise, run git checkout Revit2019 or similar. For the latest release of Revit or a preview release, master may be fine. Get the branch for the version of Revit you want to use.
