1 write to RelativePath
aspire-managed (1)
NuGet\Commands\NuGetPackageAssetResolver.cs (1)
408
RelativePath
= NormalizeRelativePath(relativePath),
4 references to RelativePath
aspire-managed (4)
NuGet\Commands\LayoutCommand.cs (2)
105
var destPath = Path.Combine(outputPath, asset.
RelativePath
.Replace('/', Path.DirectorySeparatorChar));
106
if (CopyIfNewer(asset.SourcePath, destPath, createDirectory: asset.
RelativePath
.Contains('/')))
NuGet\Commands\ManifestCommand.cs (2)
139
Name = Path.GetFileNameWithoutExtension(asset.
RelativePath
),
149
FileName = Path.GetFileName(asset.
RelativePath
),