2 references to type
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PublishArtifactsInManifestBase.cs (2)
1046
switch (artifactInfo.resource.
type
.ToLowerInvariant())
1066
throw new Exception($"Artifact '{artifactName}' is not a build or pipeline artifact but a '{artifactInfo.resource.
type
}'");