11 writes to OutputPath
Microsoft.NET.Sdk.StaticWebAssets.Tests (11)
StaticWebAssets\ApplyCompressionNegotiationTest.cs (1)
151OutputPath = AppContext.BaseDirectory
StaticWebAssets\ResolveCompressedAssetsTest.cs (10)
62OutputPath = OutputBasePath, 139OutputPath = OutputBasePath, 179OutputPath = OutputBasePath, 224OutputPath = OutputBasePath, 281OutputPath = OutputBasePath, 328OutputPath = OutputBasePath, 375OutputPath = OutputBasePath, 396OutputPath = OutputBasePath, 440OutputPath = OutputBasePath, 461OutputPath = OutputBasePath,
2 references to OutputPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Compression\ResolveCompressedAssets.cs (2)
119var outputPath = Path.GetFullPath(OutputPath); 303var itemSpec = Path.GetFullPath(Path.Combine(OutputPath, fileName));