1 write to AkaMSDoNotCreateLinkPatterns
Microsoft.DotNet.Build.Tasks.Feed (1)
src\model\TargetFeedConfig.cs (1)
91
AkaMSDoNotCreateLinkPatterns
= akaMSDoNotCreateLinkPatterns ?? ImmutableList<Regex>.Empty;
7 references to AkaMSDoNotCreateLinkPatterns
Microsoft.DotNet.Build.Tasks.Feed (7)
src\common\LatestLinksManager.cs (1)
71
.Where(asset => !feedConfig.
AkaMSDoNotCreateLinkPatterns
.Any(p => p.IsMatch(asset)) &&
src\model\TargetFeedConfig.cs (6)
112
(
AkaMSDoNotCreateLinkPatterns
== other.
AkaMSDoNotCreateLinkPatterns
||
113
(
AkaMSDoNotCreateLinkPatterns
.Select(p => p.ToString()).SequenceEqual(other.
AkaMSDoNotCreateLinkPatterns
.Select(p => p.ToString()))));
126
string.Join(" ",
AkaMSDoNotCreateLinkPatterns
.Select(s => s.ToString())),
143
$"\n AkaMSDoNotCreateLinkPatterns: \n\t{string.Join("\n\t",
AkaMSDoNotCreateLinkPatterns
.Select(s => s.ToString()))}" +