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