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