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