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