IDistributedApplicationBuilder.addProject
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addProject( name: string, projectPath: string, launchProfileOrOptions?: ProjectResourceOptions): ProjectResource;}Signature
method
addProjectbuilderAdds a .NET project resource
addProject( name: string, projectPath: string, launchProfileOrOptions?: ProjectResourceOptions): ProjectResourceParameters
namestringprojectPathstringlaunchProfileOrOptionsProjectResourceOptionsoptionalReturns
ProjectResourceDefined on
This method is defined on the following type: