11 writes to OutputPath
Microsoft.NET.Sdk.StaticWebAssets.Tests (11)
StaticWebAssets\ApplyCompressionNegotiationTest.cs (1)
151
OutputPath
= AppContext.BaseDirectory
StaticWebAssets\ResolveCompressedAssetsTest.cs (10)
62
OutputPath
= OutputBasePath,
139
OutputPath
= OutputBasePath,
179
OutputPath
= OutputBasePath,
224
OutputPath
= OutputBasePath,
281
OutputPath
= OutputBasePath,
328
OutputPath
= OutputBasePath,
375
OutputPath
= OutputBasePath,
396
OutputPath
= OutputBasePath,
440
OutputPath
= OutputBasePath,
461
OutputPath
= OutputBasePath,
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));