Method | Description | |
---|---|---|
PublishProjectAsync ( string projectPath, DeploymentOptions options, IProgress |
Publishes the ASP.NET Core project to App Engine Flex.
|
Method | Description | |
---|---|---|
Cleanup ( string stageDirectory ) : void | ||
CopyOrCreateAppYaml ( string projectPath, string stageDirectory ) : void | ||
CopyOrCreateDockerfile ( string projectPath, string stageDirectory ) : void | ||
CreateAppBundleAsync ( string projectPath, string stageDirectory, Action |
||
DeployAppBundleAsync ( string stageDirectory, string version, bool promote, |
||
GetAppEngineService ( string projectPath ) : string | ||
GetDefaultVersion ( ) : string | ||
GetDotnetPath ( ) : string | ||
GetExternalToolsPath ( ) : string | ||
GetProjectName ( string projectPath ) : string |
public static PublishProjectAsync ( string projectPath, DeploymentOptions options, IProgress |
||
projectPath | string | The full path to the project.json for the ASP.NET Core project. |
options | DeploymentOptions | The |
progress | IProgress |
The progress indicator. |
outputAction | Action |
The action to call with lines from the command output. |
return | Task |