This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.AppPackager.
                            
 
	
		Summary
	
            Create an application package using the specificed output name, content, and setttings.
            
		
	Syntax
	public static void AppPack(this ICakeContext context, FilePath outputPackage, DirectoryPath contentDirectory)
	Examples
	
            AppPack("test.appx", "package-content"); 
             
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
					
						| CakeAliasCategoryAttribute | 
						 | 
					
					
						| CakeNamespaceImportAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The context. | 
					
					
						| outputPackage | 
						FilePath | 
						Output name of the application package. | 
					
					
						| contentDirectory | 
						DirectoryPath | 
						Directory for the content to be pack. | 
					
			
		 
	 	
	Return Value