Skip to content

Commit 816b86b

Browse files
authored
Update ci-cd-license-key.md
1 parent a1fd72f commit 816b86b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

deployment/ci-cd-license-key.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,10 @@ The license activation process in a CI/CD environment involves the following ste
3131
3232
The recommended way to provide your license key to the `Telerik.Licensing` NuGet package in CI/CD environment is to use environment variables. Each CI/CD platform has a different process for setting environment variables. This article lists only some of the most popular examples.
3333
34-
### Azure Pipelines (YAML)
34+
### Azure Pipelines
3535
36-
1. Create a new [user-defined variable](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch) named `TELERIK_LICENSE`.
37-
1. Paste the contents of the license key file as a value.
38-
39-
### Azure Pipelines (Classic)
40-
41-
1. Create a new [user-defined variable](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=classic%2Cbatch) named `TELERIK_LICENSE`.
42-
1. Paste the contents of the license key file as a value.
36+
1. Create a new [user-defined variable](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables) named `TELERIK_LICENSE`.
37+
1. Paste the contents of the license key file as a value of the variable.
4338
4439
### GitHub Actions
4540
@@ -63,7 +58,7 @@ The recommended way to provide your license key to the `Telerik.Licensing` NuGet
6358
env:
6459
TELERIK_LICENSE: ${{ "{{ secrets.TELERIK_LICENSE }}" }}
6560
````
66-
(Also see [Using NuGet Keys](slug:deployment-nuget#using-nuget-keys) in the article [Restoring NuGet Packages in Your CI Workflow](slug:deployment-nuget). It shows how to use the `TELERIK_NUGET_KEY` environment variable in your CI build environment.)
61+
Also see [Using NuGet Keys](slug:deployment-nuget#using-nuget-keys) in the article [Restoring NuGet Packages in Your CI Workflow](slug:deployment-nuget). It shows how to use the `TELERIK_NUGET_KEY` environment variable in your CI build environment.
6762
6863
### Docker
6964

0 commit comments

Comments
 (0)