mirror of https://github.com/abpframework/abp
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							10 lines
						
					
					
						
							326 B
						
					
					
				
			
		
		
	
	
							10 lines
						
					
					
						
							326 B
						
					
					
				| . ..\nupkg\common.ps1
 | |
| Write-Info "Creating NuGet packages"
 | |
| 
 | |
| echo "`n-----=====[ CREATING NUGET PACKAGES ]=====-----`n"
 | |
| cd ..\nupkg
 | |
| powershell -File pack.ps1
 | |
| echo "`n-----=====[ CREATING NUGET PACKAGES COMPLETED ]=====-----`n"
 | |
| 
 | |
| Write-Info "Completed: Creating NuGet packages"
 | |
| cd ..\deploy #always return to the deploy directory |