1 write to RelativePathPrefix
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.cs (1)
697RelativePathPrefix = relativePathPrefix;
6 references to RelativePathPrefix
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
DefineStaticWebAssets.cs (6)
862if (!string.IsNullOrEmpty(def.RelativePathPrefix)) 864newRelativePath = def.RelativePathPrefix + newRelativePath; 865Log.LogMessage(MessageImportance.Low, "Group '{0}' prepended RelativePathPrefix '{1}' to relative path.", def.Name, def.RelativePathPrefix); 876if (!string.IsNullOrEmpty(def.RelativePathPrefix) && def.RelativePathMatcher == null) 878currentRelativePath = def.RelativePathPrefix + currentRelativePath; 880Log.LogMessage(MessageImportance.Low, "Group '{0}' prepended RelativePathPrefix '{1}' to relative path.", def.Name, def.RelativePathPrefix);