6 references to NormalizePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
ScopedCss\ConcatenateCssFiles50.cs (6)
62
var normalizedBasePath =
NormalizePath
(ScopedCssBundleBasePath);
68
var bundleBasePath =
NormalizePath
(bundle.GetMetadata("BasePath"));
69
var relativePath =
NormalizePath
(bundle.GetMetadata("RelativePath"));
70
var importPath =
NormalizePath
(Path.Combine(prefix, bundleBasePath, relativePath));
88
builder.AppendLine(CultureInfo.InvariantCulture, $"/* {
NormalizePath
(current.GetMetadata("BasePath"))}/{
NormalizePath
(current.GetMetadata("RelativePath"))} */");