Hi Dojo,
Currently we have in Github a workflow that can be used for automation scripts (DataMiner-CICD-Automation.yml). Is it possible to use this workflow for GQI custom operators/custom data sources?
I tried running the workflow but so far I cannot make it work. Checking the errors, I noticed that there are missing references related to IGQI interface. For example:
D:\a\TPC-GQIO-MyCustomOperator\TPC-GQIO-MyCustomOperator\TPC-GQIO-MyCustomOperator_1\TPC-GQIO-MyCustomOperator_1.cs(65,44): error CS0246: The type or namespace name 'IGQIColumnOperator' could not be found (are you missing a using directive or an assembly reference?)
Thanks!
Hi Miguel,
In your Automation script solution, you'll probably need to update the version of the Skyline.DataMiner.Dev.Automation to a more recent version than the one that is installed by default (by default, the minimum supported DataMiner version is installed).
Hi,
After further investigation, we noticed that although the latest version of Skyline.DataMiner.Dev.Automation was installed, the csproj file was pointing to an old version. After updating the csproj version, the workflow run without issues.
The line updated in the csproj file was:
PackageReference Include=”Skyline.DataMiner.Dev.Automation” Version=”10.3.8″
Hi Pedro,
Thanks for the swift response. I double checked the version of the Skyline.DataMiner.Dev.Automation installed in the solution and it seems that it is the latest version (10.3.8-13183). Please could you confirm if this version is the latest version available?