We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf1aaf commit 526bb34Copy full SHA for 526bb34
azure-pipelines.yml
@@ -54,6 +54,7 @@ variables:
54
taskNameIsSet: ${{ not(eq(parameters.task_name, 'TaskNameVN')) }}
55
isHotfix: ${{ and(eq(parameters.push_to_feed, true), eq(variables.taskNameIsSet, true)) }}
56
runCodeQl: ${{ eq(parameters.enableCodeQL, true) }}
57
+ FAIL_DEPRECATED_BUILD_TASK: false
58
extends:
59
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
60
parameters:
0 commit comments