Method | Description | |
---|---|---|
BuildPackage ( string basePath, IList |
||
ZipPackageBuilder ( IOctopusFileSystem fileSystem, Serilog log ) : System |
Method | Description | |
---|---|---|
UseCrossPlatformDirectorySeparator ( string path ) : string |
Per the .ZIP File Format Specification 4.4.17.1 all slashes should be forward slashes, not back slashes. https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT This functionality is being implemented in the framework: https://github.com/dotnet/corefx/commit/7b9331e89a795c72709aef38898929e74c343dfb
|
public BuildPackage ( string basePath, IList |
||
basePath | string | |
includes | IList |
|
metadata | ||
outFolder | string | |
overwrite | bool | |
return | void |
public ZipPackageBuilder ( IOctopusFileSystem fileSystem, Serilog log ) : System | ||
fileSystem | IOctopusFileSystem | |
log | Serilog | |
return | System |