14 writes to RelativePathPattern
Microsoft.NET.Sdk.StaticWebAssets.Tests (14)
StaticWebAssets\DiscoverStaticWebAssetsTest.cs (14)
34
RelativePathPattern
= "wwwroot\\**",
83
RelativePathPattern
= "wwwroot\\**",
137
RelativePathPattern
= "wwwroot\\**",
189
RelativePathPattern
= "wwwroot\\**",
236
RelativePathPattern
= "wwwroot\\**",
283
RelativePathPattern
= "wwwroot\\**",
330
RelativePathPattern
= "wwwroot\\**",
378
RelativePathPattern
= "wwwroot\\**",
440
RelativePathPattern
= "wwwroot\\**",
486
RelativePathPattern
= "wwwroot\\**",
540
RelativePathPattern
= "wwwroot\\**",
712
RelativePathPattern
= "wwwroot/**",
752
RelativePathPattern
= "wwwroot/**",
789
RelativePathPattern
= "**",
6 references to RelativePathPattern
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
DefineStaticWebAssets.Cache.cs (1)
30
SourceId, SourceType, BasePath, ContentRoot,
RelativePathPattern
, RelativePathFilter,
DefineStaticWebAssets.cs (5)
94
var matcher = !string.IsNullOrEmpty(
RelativePathPattern
) ?
95
new StaticWebAssetGlobMatcherBuilder().AddIncludePatterns(
RelativePathPattern
).Build() :
140
Log.LogMessage(MessageImportance.Low, "Rejected asset '{0}' for pattern '{1}'", candidateMatchPath,
RelativePathPattern
);
144
Log.LogMessage(MessageImportance.Low, "Accepted asset '{0}' for pattern '{1}' with relative path '{2}'", candidateMatchPath,
RelativePathPattern
, match.Stem);
163
RelativePathPattern
,