Cake.AppPackager

Cake AddIn for creating Windows packages.

#addin nuget:?package=Cake.AppPackager&version=0.12.0

dotnet add package Cake.AppPackager --version 0.12.0

<PackageReference Include="Cake.AppPackager" Version="0.12.0" />

Aliases

Contains functionality related to create app packages using MakeAppx.exe.

In order to use the commands for this alias, App packager (MakeAppx) will need to be installed on the machine where the Cake script is being executed. This is typically achieved by installing the correct Windows SDK.

Bundle

AppBundle(FilePath, DirectoryPath, AppPackagerSettings) Create an application bundle using the specificed output name, content, and settings.
AppBundle(FilePath, DirectoryPath) Create an application bundle using the specificed output name, content.
AppBundle(FilePath, FilePath, AppPackagerSettings) Create an application bundle using the specificed output name, content, AppxManifest, and settings.
AppBundle(FilePath, FilePath) Create an application bundle using the specificed output name, content, and AppxManifest.

Decrypter

AppDecrypter(FilePath, FilePath, AppPackagerSettings) Creates an decrypted app package from the specified input app package at the specified output package using global test key.
AppDecrypter(FilePath, FilePath, FilePath, AppPackagerSettings) Creates an decrypted app package from the specified input app package at the specified output package.
AppDecrypter(FilePath, FilePath, FilePath) Creates an decrypted app package from the specified input app package at the specified output package.
AppDecrypter(FilePath, FilePath) Creates an decrypted app package from the specified input app package at the specified output package using global test key.

Encrypter

AppEncrypter(FilePath, FilePath, AppPackagerSettings) Creates an encrypted app package from the specified input app package at the specified output package using global test key.
AppEncrypter(FilePath, FilePath, FilePath, AppPackagerSettings) Creates an encrypted app package from the specified input app package at the specified output package.
AppEncrypter(FilePath, FilePath, FilePath) Creates an encrypted app package from the specified input app package at the specified output package.
AppEncrypter(FilePath, FilePath) Creates an encrypted app package from the specified input app package at the specified output package using global test key.

Pack

AppPack(FilePath, DirectoryPath, AppPackagerSettings) Create an application package using the specificed output name, content, and setttings.
AppPack(FilePath, DirectoryPath) Create an application package using the specificed output name, content, and setttings.
AppPack(FilePath, FilePath, AppPackagerSettings) Create an application package using the specificed output name, AppxManifest, and setttings.
AppPack(FilePath, FilePath) Create an application package using the specificed output name, AppxManifest, and setttings.

Unbundle

AppUnbundle(FilePath, DirectoryPath, AppPackagerSettings) Create an application bundle using the specificed input name, location to unbundle, and settings.
AppUnbundle(FilePath, DirectoryPath) Create an application bundle using the specificed input name and location to unbundle.

Unpack

AppUnpack(FilePath, DirectoryPath, AppPackagerSettings) The App Packager unpacker used to unpack applications.
AppUnpack(FilePath, DirectoryPath) The App Packager unpacker used to unpack applications.