Skip to content

Commit 3a2fea8

Browse files
DimitarNikolovv06ighristov
authored andcommitted
Update add-license-key-ci-services.md (#1765)
1 parent 215ce74 commit 3a2fea8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

licensing/add-license-key-ci-services.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The license activation process in a CI/CD environment involves the following ste
2020

2121
## Creating an Environment Variable
2222

23-
The recommended approach for providing your license key to the `Telerik.Licensing` NuGet package is to use environment variables. Each CI/CD platform has a different process for setting environment variables and this article lists only some of the most popular examples.
23+
The recommended approach for providing your license key to the `Telerik.Licensing` NuGet package is to use environment variables. Each CI/CD platform has a different process for setting environment variables, and this article lists only some of the most popular examples.
2424

2525
> If your CI/CD service is not listed in this article, don’t hesitate to contact the Telerik technical support.
2626
@@ -80,11 +80,11 @@ With a classic pipeline, use the “Download secure file” task and a PowerShel
8080

8181
1. Add a "Download secure file" task and set the output variable's name to `telerikLicense`.
8282

83-
![Download Telerik License as secure file on Azure DevOps through Classic Pipeline.](images/download-telerik-license-secure-file.png)
83+
![Download Telerik License as secure file on Azure DevOps through Classic Pipeline.](images/download-telerik-license-secure-file.png)
8484

8585
1. Add a PowerShell task and set the `TELERIK_LICENSE_PATH` variable to the `secureFilePath` property of the output variable:
8686

87-
![Set Telerik License Path on Azure DevOps through Classic Pipeline.](images/set-telerik-license-path.png)
87+
![Set Telerik License Path on Azure DevOps through Classic Pipeline.](images/set-telerik-license-path.png)
8888

8989
The script to set the environment variable is quoted below:
9090

@@ -126,8 +126,9 @@ public class Function
126126
}
127127
````
128128

129+
129130
## See Also
130131

131132
* [License Activation Errors and Warnings]({%slug license-errors-and-warnings%})
132-
* [Setting Up Your License Key]({%slug license-key%}))
133+
* [Setting Up Your License Key]({%slug license-key%})
133134
* [Frequently Asked Questions about Your Telerik Reporting License Key]({%slug license-frequently-asked-questions%})

0 commit comments

Comments
 (0)