Relative Content

Tag Archive for azureazure-devopsazure-pipelines-yaml

Need Azure Devops Pipeline Logs

I wanted to know that in Azure devops pipeline, if we are running our pipeline in an agent, Does the agent store the logs generated during the pipeline steps somewhere in that machine.
For e.g. We can check the logs in Azure Pipeline UI. But if its stored somewhere in the Agent so that i can use it for my usecase.
I need that logs generated during the pipeline.

Issues changing variable value within an Azure DevOps pipeline stage

I’m seeking assistance from the community to resolve this issue. I’m attempting to modify the value of an externally defined variable, which will be initialized to false by default. However, if the ‘if’ condition is validated, the value should be changed to true, which will then control the subsequent stages.

Is it possible to partially change the contents in copy task in Azure DevOps

# sensitive Information # sensitive Information # sensitive Information # sensitive Information # sensitive Information # sensitive Information # sensitive Information # sensitive Information #The code starts from here Azure pipeline YAML script By doing CopyFiles@2 task in Azure DevOps. Is it possible to store sensitive information and the replace the script azure azure-devops azure-pipelines-yaml […]