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