13 writes to Tags
Microsoft.DotNet.Build.Tasks.Feed (1)
src\ProductionChannelValidator.cs (1)
411
Tags
= buildResponse?.Tags ?? new List<string>()
Microsoft.DotNet.Build.Tasks.Feed.Tests (12)
ProductionChannelValidatorTests.cs (12)
160
Tags
= new List<string> { "1ES.PT.Official", "other-tag" }
200
Tags
= new List<string> { "other-tag", "another-tag" }
228
Tags
= new List<string> { "1ES.PT.Official" }
271
Tags
= new List<string> { "1ES.PT.Official" }
338
Tags
= new List<string> { "1ES.PT.Official" }
396
Tags
= new List<string> { "1ES.PT.Official" }
426
Tags
= new List<string> { "1ES.PT.Official" }
477
Tags
= new List<string> { "1ES.PT.Official" }
517
Tags
= new List<string> { "1ES.PT.Official" }
556
Tags
= new List<string> { "1ES.PT.Official" }
590
Tags
= new List<string> { "1ES.PT.Official" }
660
Tags
= new List<string> { "1ES.PT.Official" }
1 reference to Tags
Microsoft.DotNet.Build.Tasks.Feed (1)
src\ProductionChannelValidator.cs (1)
66
var tagValidationResult = ValidateAzureDevOpsTags(build, buildInfo.
Tags
);