5 references to CombineProjectPath
aspire (5)
Projects\JavaAppHostToolchainResolver.cs (5)
362var classesDirectory = CombineProjectPath(projectPath, GetClassesDirectory(toolchain)); 363var dependencyDirectory = CombineProjectPath(projectPath, GetDependencyDirectory(toolchain)); 571"--init-script", CombineProjectPath(projectPath, GradleInitScriptPath), 638.. buildDescriptors.Select(descriptor => CombineProjectPath(projectPath, descriptor)), 699$"{CombineProjectPath(projectPath, Path.Combine("src", "main", "java"))}/**",