From e6194701cee3f9a3257ac948d0a025b60f9cfd29 Mon Sep 17 00:00:00 2001 From: Matteo Cominetti Date: Fri, 31 Jul 2020 12:42:15 +0100 Subject: [PATCH] docs: next steps --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1255153..7890798 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,12 @@ We've added a couple of optional settings for lazy developers like me, to help s Dlls loaded by xUnitRevit are loaded in Revit's AppDomain, and therefore it's not possible to recompile them until Revit is closed (even if you see an auto reload option in the UI). But don't despair, since Revit 2020 it's possible to *edit & continue* your code while debugging, so you won't have to restart Revit each time. +### Next steps + +As for next steps, we're planning to add additional features to run xUnitRevit from a CI/CD routine. + +Stay tuned! + ## Contributing xUnitRevit was developed to help us develop a better Speckle 2.0 connector for Revit, we hope you'll find it useful too.