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