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