1 write to TargetChannels
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishArtifactsInManifestTests.cs (1)
43TargetChannels = GeneralTestingChannelId
2 references to TargetChannels
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishArtifactsInManifest.cs (2)
278var targetChannelsIds = TargetChannels.Split('-').Select(ci => int.Parse(ci)); 334TargetChannels = this.TargetChannels,