addProject
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addProject( name: string, projectPath: string, launchProfileOrOptions?: ProjectResourceOptions): ProjectResource;}Signature
method
addProject builder Adds a .NET project resource
addProject( name: string, projectPath: string, launchProfileOrOptions?: ProjectResourceOptions): ProjectResourceParameters
name string projectPath string launchProfileOrOptions ProjectResourceOptions optional Returns
ProjectResource Applies to
This method applies to the following types: