2 references to OutputPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Compression\ResolveCompressedAssets.cs (2)
119
var outputPath = Path.GetFullPath(
OutputPath
);
303
var itemSpec = Path.GetFullPath(Path.Combine(
OutputPath
, fileName));