1 write to ContentRootSuffix
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.cs (1)
698ContentRootSuffix = contentRootSuffix;
3 references to ContentRootSuffix
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
DefineStaticWebAssets.cs (3)
883if (!string.IsNullOrEmpty(def.ContentRootSuffix)) 890contentRootSuffix = contentRootSuffix.TrimEnd('/', '\\') + "/" + def.ContentRootSuffix.TrimStart('/', '\\'); 894contentRootSuffix = def.ContentRootSuffix;