3 references to BasePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Legacy\GenerateV1StaticWebAssetsManifest.cs (3)
106var basePath = contentRootDefinition.GetMetadata(BasePath); 130return nodes.OrderBy(e => e.Attribute(BasePath).Value).ThenBy(e => e.Attribute(NodePath).Value); 138if (!EnsureRequiredMetadata(contentRootDefinition, BasePath) ||