Skip to content

Commit 45abb0f

Browse files
docs(Common): Add note for Azure DevOps license keys (#3647)
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent 4d2d0ae commit 45abb0f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deployment/ci-cd-license-key.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Azure Pipelines provides built-in tools to store and use secret environment vari
5757
1. Map the secret variable to a new environment variable named `TELERIK_LICENSE`.
5858
1. Use the `TELERIK_LICENSE` environment variable in the tasks, steps, or scripts that build and publish the Blazor app. **Classic** pipelines may need to [set an output variable to share and consume the license key in multiple steps](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/set-variables-scripts?view=azure-devops&tabs=bash#set-an-output-variable-for-use-in-future-jobs).
5959

60+
In the following example, replace `Secret_Telerik_License_Key` with the actual pipeline variable name.
61+
6062
>caption Using a TELERIK_LICENSE environment variable in Azure Pipeline YAML
6163
6264
````YAML.skip-repl

0 commit comments

Comments
 (0)