generated from Connected/Connected.RepositoryTemplate
	Remove redundant pause clause in build.bat
Add echo cancellation to clone.bat
This commit is contained in:
		
							parent
							
								
									52af267f6c
								
							
						
					
					
						commit
						032a1c3112
					
				@ -5,7 +5,6 @@ call buildProjects.bat
 | 
			
		||||
cd ../..
 | 
			
		||||
cd Connected/build
 | 
			
		||||
call buildProjects.bat
 | 
			
		||||
pause
 | 
			
		||||
cd ../..
 | 
			
		||||
cd Connected.Framework/build
 | 
			
		||||
call buildProjects.bat
 | 
			
		||||
@ -1,3 +1,5 @@
 | 
			
		||||
@echo off
 | 
			
		||||
 | 
			
		||||
git clone --branch features/nuget_autobuild https://git.tompit.com/Connected/Connected.Components.git
 | 
			
		||||
git clone --branch features/nuget_autobuild https://git.tompit.com/Connected/Connected.git
 | 
			
		||||
git clone --branch features/nuget_autobuild https://git.tompit.com/Connected/Connected.Framework.git
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user