3 references to ValidateTargetChannelAsync
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishArtifactsInManifestV3.cs (1)
129if (!await ValidateTargetChannelAsync(buildInformation, targetChannelConfig))
src\PublishArtifactsInManifestV4.cs (1)
125if (!await ValidateTargetChannelAsync(buildInformation, targetChannelConfig))
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishArtifactsInManifestTests.cs (1)
84return await base.ValidateTargetChannelAsync(build, targetChannel);