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