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