Skip to content

Commit 526bb34

Browse files
author
Dmitrii Bobreshev (Akvelon INC)
committed
Add variable to not fail deprecated tasks
1 parent 8bf1aaf commit 526bb34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ variables:
5454
taskNameIsSet: ${{ not(eq(parameters.task_name, 'TaskNameVN')) }}
5555
isHotfix: ${{ and(eq(parameters.push_to_feed, true), eq(variables.taskNameIsSet, true)) }}
5656
runCodeQl: ${{ eq(parameters.enableCodeQL, true) }}
57+
FAIL_DEPRECATED_BUILD_TASK: false
5758
extends:
5859
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
5960
parameters:

0 commit comments

Comments
 (0)