C# Class NuDeploy.Core.Services.Packaging.Configuration.PrePackagingFolderPathProvider

Inheritance: IPrePackagingFolderPathProvider
ファイルを表示 Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

Method Description
GetPrePackagingFolderPath ( ) : string
PrePackagingFolderPathProvider ( ApplicationInformation applicationInformation, IFilesystemAccessor filesystemAccessor ) : System

Method Details

GetPrePackagingFolderPath() public method

public GetPrePackagingFolderPath ( ) : string
return string

PrePackagingFolderPathProvider() public method

public PrePackagingFolderPathProvider ( ApplicationInformation applicationInformation, IFilesystemAccessor filesystemAccessor ) : System
applicationInformation NuDeploy.Core.Common.Infrastructure.ApplicationInformation
filesystemAccessor IFilesystemAccessor
return System