Skip to content

Azure.DevOps.Pipelines.Settings.LimitSetVariablesAtQueueTime

github-actions edited this page Sep 26, 2023 · 2 revisions

Azure.DevOps.Pipelines.Settings.LimitSetVariablesAtQueueTime

SYNOPSIS

Project settings should limit setting variables at queue time.

DESCRIPTION

Setting variables at queue time can be used to override variables defined in the pipeline. This can be useful for testing or debugging. However, this can also be used to override variables that are used to control the behavior of the pipeline and may result in unexpected behavior.

RECOMMENDATION

Consider disabling the ability to set variables at queue time in the project settings.

LINKS

Clone this wiki locally