4 references to BaselinesFolder
Microsoft.NET.Sdk.StaticWebAssets.Tests (4)
AspNetSdkBaselineTest.cs (4)
298if (!Directory.Exists(Path.Combine(BaselinesFolder))) 300Directory.CreateDirectory(Path.Combine(BaselinesFolder)); 308=> Path.Combine(BaselinesFolder, $"{name}{(!string.IsNullOrEmpty(suffix) ? $"_{suffix}" : "")}.{manifestType}.staticwebassets.json"); 315=> Path.Combine(BaselinesFolder, $"{name}{(!string.IsNullOrEmpty(suffix) ? $"_{suffix}" : "")}.{manifestType}.files.json");