コード例 #1
0
 private static bool IsNodeSite(string projectPath)
 {
     return(NodeSiteEnabler.LooksLikeNode(new FileSystem(), projectPath));
 }
コード例 #2
0
ファイル: SiteBuilderFactory.cs プロジェクト: sofianhn/kudu
 private static bool IsNodeSite(string projectPath)
 {
     return(NodeSiteEnabler.LooksLikeNode(projectPath));
 }