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: licensing/add-license-key-ci-services.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The license activation process in a CI/CD environment involves the following ste
20
20
21
21
## Creating an Environment Variable
22
22
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.
24
24
25
25
> If your CI/CD service is not listed in this article, don’t hesitate to contact the Telerik technical support.
26
26
@@ -80,11 +80,11 @@ With a classic pipeline, use the “Download secure file” task and a PowerShel
80
80
81
81
1. Add a "Download secure file" task and set the output variable's name to `telerikLicense`.
82
82
83
-

83
+

84
84
85
85
1. Add a PowerShell task and set the `TELERIK_LICENSE_PATH` variable to the `secureFilePath` property of the output variable:
86
86
87
-

87
+

88
88
89
89
The script to set the environment variable is quoted below:
90
90
@@ -126,8 +126,9 @@ public class Function
126
126
}
127
127
````
128
128
129
+
129
130
## See Also
130
131
131
132
*[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%})
133
134
*[Frequently Asked Questions about Your Telerik Reporting License Key]({%slug license-frequently-asked-questions%})
0 commit comments