Пример #1
0
 public OutputPaths GetOutputPaths(string configuration, string buidBasePath = null, string outputPath = null)
 {
     return(OutputPathsCalculator.GetOutputPaths(ProjectFile,
                                                 TargetFramework,
                                                 RuntimeIdentifier,
                                                 configuration,
                                                 RootDirectory,
                                                 buidBasePath,
                                                 outputPath));
 }
Пример #2
0
 public OutputPaths GetOutputPaths(string buildBasePath, string solutionRootPath, string configuration, string runtime)
 {
     return(OutputPathsCalculator.GetOutputPaths(Project,
                                                 Framework,
                                                 runtimeIdentifier: runtime,
                                                 configuration: configuration,
                                                 solutionRootPath: solutionRootPath,
                                                 buildBasePath: buildBasePath,
                                                 outputPath: null));
 }