Cake.AppPackager.dll Assembly

Class Types

Class Summary
AppBundler The App Packager bundler used to bundle applications.
AppDecrypter The App Packager decrypter used to decrypt packages.
AppEncrypter The App Packager encrypter used to encrypt packages.
AppPackagerAliases

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.

AppPackagerSettings Contains settings used by AppPackagerTool<TSettings>
AppPackagerTool<TSettings> Base class for all App Packager related tools.
AppPacker The App Packager packer used to pack applications.
AppUnbundler The App Packager unbundler used to unbundle applications.
AppUnpacker The App Packager unpacker used to unpack applications.
ProcessBuilderExtensionsMethods Contains extension methods for ProcessArgumentBuilder.

Interface Types

Interface Summary
IAppPackagerResolver Represents an AppPackager tool resolver.