3 references to OutputPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
OverrideHtmlAssetPlaceholders.cs (3)
57
if (!Directory.Exists(
OutputPath
))
59
Directory.CreateDirectory(
OutputPath
);
95
string outputPath = Path.Combine(
OutputPath
, FileHasher.HashString(item.ItemSpec) + item.GetMetadata("Extension"));