4 references to NormalizePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
ScopedCss\ConcatenateCssFiles.cs (4)
62
var normalizedBasePath =
NormalizePath
(ScopedCssBundleBasePath);
67
var importPath =
NormalizePath
(Path.Combine(prefix, ProjectBundles[i].ItemSpec));
85
builder.AppendLine(CultureInfo.InvariantCulture, $"/* {
NormalizePath
(current.GetMetadata("BasePath"))}/{
NormalizePath
(current.GetMetadata("RelativePath"))} */");