Cake AddIn which provides compression functionality for BZip2, GZip and Zip.
#addin nuget:?package=Cake.Compression&version=0.3.0
dotnet add package Cake.Compression --version 0.3.0
<PackageReference Include="Cake.Compression" Version="0.3.0" />
Aliases
Contains functionality related to compress files.
General
BZip2Compress |
Create a BZip2 Tar archive of the specified files. |
BZip2Compress |
Create a BZip2 Tar archive of the specified files. |
BZip2Compress |
Create a BZip2 Tar archive of the specified files. |
BZip2Compress |
Create a BZip2 Tar archive of the specified files. |
BZip2Compress |
Create a BZip2 Tar archive of the specified directory. |
BZip2Compress |
Create a BZip2 Tar archive of the files matching the specified pattern. |
BZip2Compress |
Create a BZip2 Tar archive of the files matching the specified pattern. |
BZip2Compress |
Create a BZip2 Tar archive of the specified directory. |
BZip2Uncompress |
Uncompress the specified BZip2 Tar file. |
GZipCompress |
Create a GZip Tar archive of the specified files. |
GZipCompress |
Create a GZip Tar archive of the specified files. |
GZipCompress |
Create a GZip Tar archive of the specified files. |
GZipCompress |
Create a GZip Tar archive of the specified files. |
GZipCompress |
Create a GZip Tar archive of the specified directory. |
GZipCompress |
Create a GZip Tar archive of the files matching the specified pattern. |
GZipCompress |
Create a GZip Tar archive of the files matching the specified pattern. |
GZipCompress |
Create a GZip Tar archive of the specified directory. |
GZipUncompress |
Uncompress the specified GZip Tar file. |
ZipCompress |
Create a Zip archive of the specified files. |
ZipCompress |
Create a Zip archive of the specified files. |
ZipCompress |
Create a Zip archive of the specified files. |
ZipCompress |
Create a Zip archive of the specified files. |
ZipCompress |
Create a Zip archive of the specified directory. |
ZipCompress |
Create a Zip archive of the files matching the specified pattern. |
ZipCompress |
Create a Zip archive of the files matching the specified pattern. |
ZipCompress |
Create a Zip archive of the specified directory. |
ZipUncompress |
Uncompress the specified Zip Tar file. |