|  | @@ -45,8 +45,8 @@ dotnet pack --configuration Release Grpc.Auth --output ../../../artifacts
 | 
	
		
			
				|  |  |  dotnet pack --configuration Release Grpc.HealthCheck --output ../../../artifacts
 | 
	
		
			
				|  |  |  dotnet pack --configuration Release Grpc.Reflection --output ../../../artifacts
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -nuget pack Grpc.nuspec -Version "1.14.2-pre1" -OutputDirectory ../../artifacts
 | 
	
		
			
				|  |  | -nuget pack Grpc.Core.NativeDebug.nuspec -Version "1.14.2-pre1" -OutputDirectory ../../artifacts
 | 
	
		
			
				|  |  | -nuget pack Grpc.Tools.nuspec -Version "1.14.2-pre1" -OutputDirectory ../../artifacts
 | 
	
		
			
				|  |  | +nuget pack Grpc.nuspec -Version "1.14.2" -OutputDirectory ../../artifacts
 | 
	
		
			
				|  |  | +nuget pack Grpc.Core.NativeDebug.nuspec -Version "1.14.2" -OutputDirectory ../../artifacts
 | 
	
		
			
				|  |  | +nuget pack Grpc.Tools.nuspec -Version "1.14.2" -OutputDirectory ../../artifacts
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  (cd ../../artifacts && zip csharp_nugets_dotnetcli.zip *.nupkg)
 |