-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Hi everyone!
I'm getting started with CI with Azure DevOps (previously VSTS) and I'm using RTF for the testing of Revit-specific methods (which btw is really cool and I thank you a lot for it!)
I'm following the instructions here
I now got my Pipeline up and running, connected to BitBucket and every time I push code to my repo the build starts and I run non-Revit tests automatically. All good until here.
But then I tried to implement the Revit testing bit and it gets confusing:
I guess the gist is somewhat clear, but I'm not too sure on how to run the Console app of RTF as it needs a version of Revit installed and I have no idea on how to install it on Azure!
I checked the CI instructions in the link above and it is very generic, mentioning the installation of Revit, but not much more.
Has anyone done this before? Or any advice on how to do this?
Cheers!