4 references to resource
Microsoft.DotNet.Build.Tasks.Feed (4)
src\PublishArtifactsInManifestBase.cs (4)
1046switch (artifactInfo.resource.type.ToLowerInvariant()) 1049string[] segment = artifactInfo.resource.data.Split('/'); 1063helper = new PipelineArtifactDownloadHelper(artifactInfo.resource.downloadUrl); 1066throw new Exception($"Artifact '{artifactName}' is not a build or pipeline artifact but a '{artifactInfo.resource.type}'");