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 |
Create an application bundle using the specificed output name, content, and settings. |
|
AppBundle |
Create an application bundle using the specificed output name, content. |
|
AppBundle |
Create an application bundle using the specificed output name, content, AppxManifest, and settings. |
|
AppBundle |
Create an application bundle using the specificed output name, content, and AppxManifest. |
Decrypter
|
AppDecrypter |
Creates an decrypted app package from the specified input app package at the specified output package using global test key. |
|
AppDecrypter |
Creates an decrypted app package from the specified input app package at the specified output package. |
|
AppDecrypter |
Creates an decrypted app package from the specified input app package at the specified output package. |
|
AppDecrypter |
Creates an decrypted app package from the specified input app package at the specified output package using global test key. |
Encrypter
|
AppEncrypter |
Creates an encrypted app package from the specified input app package at the specified output package using global test key. |
|
AppEncrypter |
Creates an encrypted app package from the specified input app package at the specified output package. |
|
AppEncrypter |
Creates an encrypted app package from the specified input app package at the specified output package. |
|
AppEncrypter |
Creates an encrypted app package from the specified input app package at the specified output package using global test key. |
Pack
|
AppPack |
Create an application package using the specificed output name, content, and setttings. |
|
AppPack |
Create an application package using the specificed output name, content, and setttings. |
|
AppPack |
Create an application package using the specificed output name, AppxManifest, and setttings. |
|
AppPack |
Create an application package using the specificed output name, AppxManifest, and setttings. |
Unbundle
|
AppUnbundle |
Create an application bundle using the specificed input name, location to unbundle, and settings. |
|
AppUnbundle |
Create an application bundle using the specificed input name and location to unbundle. |
Unpack
|
AppUnpack |
The App Packager unpacker used to unpack applications. |
|
AppUnpack |
The App Packager unpacker used to unpack applications. |
