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