Created
December 24, 2021 16:45
-
-
Save riverscode/66b6acac8cd453ad8dac6e553fce9f56 to your computer and use it in GitHub Desktop.
Eventos para despues de compilar un addin dentro de Revit. Permite compirar los archivos .dll y .addin dentro de una caperta que Revit leera el manifiesto y podra cargar nuestro addin.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy "$(ProjectDir)*.addin" "$(AppData)\Autodesk\REVIT\Addins\2020" | |
copy "$(ProjectDir)bin\debug\*.dll" "$(AppData)\Autodesk\REVIT\Addins\2020" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment