5 references to NormalizeContentRootPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
CollectStaticWebAssetsToCopy.cs (1)
28
var normalizedOutputPath = StaticWebAsset.
NormalizeContentRootPath
(OutputPath, TaskEnvironment);
Data\StaticWebAsset.cs (4)
1088
ContentRoot = !string.IsNullOrEmpty(ContentRoot) ?
NormalizeContentRootPath
(ContentRoot, env) : ContentRoot;
1098
public static string NormalizeContentRootPath(string path) =>
NormalizeContentRootPath
(path, TaskEnvironment.Fallback);
1161
string.Equals(ContentRoot,
NormalizeContentRootPath
(path, env), StringComparison.Ordinal);
1223
asset.ContentRoot =
NormalizeContentRootPath
(fxDir, env);