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