1 write to ExcludedFiles
Microsoft.NET.Build.Tasks (1)
GenerateBundle.cs (1)
106
ExcludedFiles
= FilesToBundle.Zip(fileSpec, (item, spec) => (spec.Excluded) ? item : null).Where(x => x != null).ToArray()!;