-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install Revit in Azure DevOps Pipeline #105
Comments
hi |
Hi, you can create own VM and setup Revit, and setup self hosted BuildAgent on it. |
yes but how to make Revit run and gets the report back to Azure report or bitbucket ? |
@AmeerMansourBeca I'm about to start writing a paper + presentation for Autodesk University which is going to be at the end of September. I'll post it here when I have it ;) |
i think i am the one who will forget about it by that time hhhhh 😄 |
@AmeerMansourBeca, I think console application writes log in console, but build agent read console stream output |
@dosymep |
@AmeerMansourBeca, I think so |
@dosymep |
@AmeerMansourBeca, maybe you should use this method |
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!
The text was updated successfully, but these errors were encountered: