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