November 2019
Intermediate to advanced
362 pages
7h 52m
English
The Variables tab allows you to define or change the pipeline variables:

The pipeline variables are a sort of placeholder you can use inside your tasks or YAML to centralize values all over the pipeline.
In the preceding screenshot, you can see the CodeProject variable (which contains the value AzureFunction.Code/AzureFunction.Code.csproj). Every time you use the placeholder CodeProject in a task, the pipeline engine will substitute it with the right value during the build process.
Every variable can be a plain value (a text everybody can see as the CodeProject) or a secret (where only the owner of the pipeline can see it). ...