1 write to RelativePathPrefix
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.cs (1)
692RelativePathPrefix = relativePathPrefix;
6 references to RelativePathPrefix
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
DefineStaticWebAssets.cs (6)
857if (!string.IsNullOrEmpty(def.RelativePathPrefix)) 859newRelativePath = def.RelativePathPrefix + newRelativePath; 860Log.LogMessage(MessageImportance.Low, "Group '{0}' prepended RelativePathPrefix '{1}' to relative path.", def.Name, def.RelativePathPrefix); 871if (!string.IsNullOrEmpty(def.RelativePathPrefix) && def.RelativePathMatcher == null) 873currentRelativePath = def.RelativePathPrefix + currentRelativePath; 875Log.LogMessage(MessageImportance.Low, "Group '{0}' prepended RelativePathPrefix '{1}' to relative path.", def.Name, def.RelativePathPrefix);