Hello,
I've created a CI/CD pipeline in Azure DevOps to be able to build an exe installer. The code makes use of Infragistics but the Infragistics components are showing up as unlicensed. How can we set up our build pipeline to be aware of our purchased license during the build?
Note: We have added all the required Infragistics NuGet packages to our Azure DevOps feed which is working fine.
Thank you
Hello John,
Which platform are you working with eg. WPF? WinForms?
Please help us understand where you retrieved our NuGet packages. There are two places to acquire our NuGet packages, either from the installed location
eg.
C:\Program Files (x86)\Infragistics\2021.1\Windows Forms\NuGet Packages
All of our packages are also obtainable from the NuGet feed that ties with your active subscription/account
https://packages.infragistics.com/nuget/licensed
Hi Michael,
I am working with WinForms.
We have a package source connected to a feed in DevOps i.e.: name.pkgs.visualstudio.com/.../index.json
Within this feed we have our NuGet packages which I are being retrieved from the Install location like u stated "C:\Program Files (x86)\Infragistics\2021.1\Windows Forms\NuGet Packages" :