Hi,
For some of our automation scripts we use some custom created dll's, so functions can be shared over all automation scripts. On an on-premise system, we place these in the Files or the ProtocolScripts folder so the automation scripts can access them. Is there any way to upload these dll's to a DaaS system so we can continue to use the automation scripts that use these dll's?
Hi Michiel
As mentioned by Jens, an internal NuGet would be a lot better as it's easier to use and has proper versioning.
If you still want to use a custom DLL, you can place the DLL in the Dlls folder in the Automation Script Solution: Developing Automation scripts as Visual Studio solutions | DataMiner Docs
When publishing via DIS or during package creation from a pipeline/workflow, that DLL will be included in the dmapp package and placed on the DataMiner system.
Hi Michiel,
Would it be possible to make use of internal NuGets instead? In that case you can just push your automation scripts, with the NuGets included, to the DaaS system.
Thanks, this worked. I had to create a new project using the template and added some nugets and dll's and everything worked in the end.