C# Class Microsoft.AspNetCore.Server.IISIntegration.Tools.PublishIISCommand

Datei anzeigen Open project: aspnet/IISIntegration Class Usage Examples

Public Methods

Method Description
PublishIISCommand ( string publishFolder, string framework, string configuration, string projectPath ) : System
Run ( ) : int

Private Methods

Method Description
ConfigureForAzure ( ) : bool
GetApplicationBasePath ( ) : string
GetProjectContext ( string applicationBasePath, string framework ) : Microsoft.DotNet.ProjectModel.ProjectContext

Method Details

PublishIISCommand() public method

public PublishIISCommand ( string publishFolder, string framework, string configuration, string projectPath ) : System
publishFolder string
framework string
configuration string
projectPath string
return System

Run() public method

public Run ( ) : int
return int