You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/license-key.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ position: 1
10
10
11
11
# Telerik License Key
12
12
13
-
Telerik UI for Blazor requires activation through a license key during application build and publish. A license key is required for both trial and commercial licenses. This article describes how to download your personal license key and use it to activate the Telerik Blazor components.
13
+
Telerik UI for Blazor requires activation through a license key during application build, test and publish. A license key is required for both trial and commercial licenses. This article describes how to download your personal license key and use it to activate the Telerik Blazor components.
@@ -23,7 +23,7 @@ To install a license key, you must have a commercial or trial license for:
23
23
24
24
If you are new to Telerik UI for Blazor, [sign up for a free trial](https://www.telerik.com/blazor-ui).
25
25
26
-
The `Telerik.UI.for.Blazor` NuGet package [depends on the `Telerik.Licensing` NuGet package](slug:getting-started/what-you-need#nuget-packages). During project build and publish, the `Telerik.Licensing` package automatically verifies the license key and activates Telerik UI for Blazor in that project.
26
+
The `Telerik.UI.for.Blazor` NuGet package [depends on the `Telerik.Licensing` NuGet package](slug:getting-started/what-you-need#nuget-packages). During project build, test and publish, the `Telerik.Licensing` package automatically verifies the license key and activates Telerik UI for Blazor in that project.
27
27
28
28
Follow the steps below for [automatic](#automatic-installation) or [manual](#manual-installation) license key installation in your local development environment. Then, find out [how to use a Telerik license key during application deployment](slug:deployment-license-key).
29
29
@@ -92,7 +92,7 @@ Refer to the [Troubleshooting License Key Errors](slug:troubleshooting-license-k
92
92
93
93
### Where do I need to install a license key?
94
94
95
-
A Telerik license key is required on all environments that build or publish Telerik Blazor apps. This includes:
95
+
A Telerik license key is required on all environments that build, test or publish Telerik Blazor apps. This includes:
96
96
97
97
* Local development environments. See [Automatic Installation](#automatic-installation) and [Manual Installation](#manual-installation) above.
98
98
* Environments that perform [deployment, continuous integration or continuous delivery](slug:deployment-license-key) (CI/CD) to run your apps on a test, staging or production environment. Such environments include Azure Pipelines, GitHub Actions, GitLab, Docker, Jenkins, and others.
0 commit comments