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