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