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.Paket.
                            
 
	
		Summary
	
            Pushes NuGet packages defined by the file paths for the given settings.
            
		
	Syntax
	public static void PaketPush(this ICakeContext context, IEnumerable<FilePath> filePaths, PaketPushSettings settings)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
					
						| CakeAliasCategoryAttribute | 
						 | 
					
					
						| CakeNamespaceImportAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The context. | 
					
					
						| filePaths | 
						IEnumerable<FilePath> | 
						The NuGet packages file path. | 
					
					
						| settings | 
						PaketPushSettings | 
						The settings. | 
					
			
		 
	 	
	Return Value