3 references to BundleAllContent
Microsoft.NET.Build.Tasks (1)
GenerateBundle.cs (1)
76options |= IncludeAllContent ? BundleOptions.BundleAllContent : BundleOptions.None;
Microsoft.NET.HostModel (2)
Bundle\Bundler.cs (1)
73BundleManifest = new Manifest(_target.BundleMajorVersion, netcoreapp3CompatMode: options.HasFlag(BundleOptions.BundleAllContent));
Bundle\TargetInfo.cs (1)
51DefaultOptions = BundleOptions.BundleAllContent;