Adding Your License Key to CI/CD Platforms as a Code Snippet
Environment
Product | Version |
---|---|
Telerik UI for .NET MAUI | 2025 Q1 or later |
Description
I work in a CI/CD environment and need to activate my Telerik UI for .NET MAUI license key. My projects, however, do not use NuGet packages. How can I activate the Telerik UI for .NET MAUI without using the Telerik.Licensing
package?
Solution
Telerik strongly recommends the use of NuGet packages whenever possible. If NuGet is not an option, configure your CI/CD tools to create a C# license file during build:
Go to the License Keys page in your Telerik account.
On the Telerik UI for .NET MAUI row, click the View key link in the SCRIPT KEY column.
Create a new environment variable or repository secret and add the script key as a value.
Add a build task that creates a new
TelerikLicense.cs
file and writes the script key as file content by using the environment variable.Add a reference to the
Telerik.Licensing.Runtime.dll
.
Do not publish the script license key snippet in publicly accessible repositories. This is your personal license key.