Skip to content

Commit 9865263

Browse files
authored
fix(ci): prepare-pipelines.xml is broken due to renamed property (Azure#38233)
`NugetSecurityAnalysisWarningLevel` is renamed to `nugetMultiFeedWarnLevel`, so we need to follow up the change
1 parent aaaae8a commit 9865263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/prepare-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
trigger: none
22

33
variables:
4-
NugetSecurityAnalysisWarningLevel: warn
4+
nugetMultiFeedWarnLevel: warn
55

66
extends:
77
template: /eng/common/pipelines/templates/jobs/prepare-pipelines.yml

0 commit comments

Comments
 (0)