Skip to content

Commit 3966517

Browse files
authored
docs(Common): Improve Deployment License Key requirements
1 parent 94aa404 commit 3966517

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deployment/ci-cd-license-key.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ This article describes how to set up and activate your [Telerik UI for Blazor li
1616

1717
## Basics
1818

19-
Provide a Telerik license key during the `build` and `publish` steps of the application deployment process. [A license key is not required on the web server that hosts the already deployed web application](slug:installation-license-key#where-do-i-need-to-install-a-license-key).
19+
A Telerik license key is required during application build. During application deployment, this includes all steps that:
20+
21+
* Build the app with `dotnet build`
22+
* Run unit tests, unless the `dotnet test` command uses the `--no-build` option
23+
* Publish the app, unless the `dotnet publish` command uses the `--no-build` option
24+
25+
>tip [A license key is not required on the web server that hosts the already deployed web application](slug:installation-license-key#where-do-i-need-to-install-a-license-key).
2026
2127
The Telerik license activation process in CI/CD test, build, staging, and production environments involves the following steps:
2228

0 commit comments

Comments
 (0)