Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Azure DevOps Pipelines - Aware of purchased license during build
posted

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

Parents
No Data
Reply
  • 29105
    Offline posted

    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

    eg.

     https://packages.infragistics.com/nuget/licensed

Children