6 references to RelativePathPattern
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
DefineStaticWebAssets.Cache.cs (1)
30
SourceId, SourceType, BasePath, ContentRoot,
RelativePathPattern
, RelativePathFilter,
DefineStaticWebAssets.cs (5)
110
var matcher = !string.IsNullOrEmpty(
RelativePathPattern
) ?
111
new StaticWebAssetGlobMatcherBuilder().AddIncludePatterns(
RelativePathPattern
).Build() :
156
Log.LogMessage(MessageImportance.Low, "Rejected asset '{0}' for pattern '{1}'", candidateMatchPath,
RelativePathPattern
);
160
Log.LogMessage(MessageImportance.Low, "Accepted asset '{0}' for pattern '{1}' with relative path '{2}'", candidateMatchPath,
RelativePathPattern
, match.Stem);
179
RelativePathPattern
,