mathworks / matlab-azure-devops-extension

Continuous Integration with MATLAB on Azure DevOps
https://marketplace.visualstudio.com/items?itemName=MathWorks.matlab-azure-devops-extension
Other
14 stars 5 forks source link

Support for Azure private projects #85

Closed khaaliid closed 4 months ago

khaaliid commented 1 year ago

As mentioned in the plugin overview page this plugin is only available for the public projects. Will it be available for private projects as well ?

The following error is what I get when I am trying to run it from a private project.

Unable to activate MATLAB. MATLAB activation is available only for public projects.

mcafaro commented 1 year ago

We are working on ways to support private projects. If you are interested in participating in a pilot, please send the output of running ver in your desktop MATLAB session to continuous-integration@mathworks.com and we can look into getting you set up.

Also, please note only the InstallMATLAB task requires a public project. If you are using self-hosted agents and have already manually installed MATLAB on your agent, the other tasks in the extension (such as RunMATLABTests and RunMATLABCommand) do work with private projects.

Volapyl commented 9 months ago

How is this still not fixed ? Is there really no way to link an external license server such that the install can finish when running on an Azure hosted agent pool ?

I have a pipeline running on my local machine using a self hosted agent setup running locally, but it is essentially the ultimate cloudversion of it works on my machine which isn't really making for a robust setup :)

acampbel commented 4 months ago

Closing this issue as the documentation has been updated to point to leveraging batch tokens for licensing private projects