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

Afficher le fichier Open project: aspnet/IISIntegration Class Usage Examples

Méthodes publiques

Méthode Description
PublishIISCommand ( string publishFolder, string framework, string configuration, string projectPath ) : System
Run ( ) : int

Private Methods

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

Method Details

PublishIISCommand() public méthode

public PublishIISCommand ( string publishFolder, string framework, string configuration, string projectPath ) : System
publishFolder string
framework string
configuration string
projectPath string
Résultat System

Run() public méthode

public Run ( ) : int
Résultat int