5 references to ProjectBundles
Microsoft.NET.Sdk.StaticWebAssets.Tasks (5)
ScopedCss\ConcatenateCssFiles50.cs (5)
34
if (
ProjectBundles
.Length > 0)
36
Array.Sort(
ProjectBundles
, _fullPathComparer);
41
if (
ProjectBundles
.Length > 0)
65
for (var i = 0; i <
ProjectBundles
.Length; i++)
67
var bundle =
ProjectBundles
[i];