4 references to IgnoredErrorMessagesWithConditional
Microsoft.DotNet.Build.Tasks.Feed (4)
src\ExecWithRetriesForNuGetPush.cs (4)
98
if (
IgnoredErrorMessagesWithConditional
!= null)
100
foreach (var message in
IgnoredErrorMessagesWithConditional
)
133
IgnoredErrorMessagesWithConditional
!= null &&
138
var conditionMessages =
IgnoredErrorMessagesWithConditional
.Where(m =>