generated from Connected/Connected.RepositoryTemplate
	Add quickstart setup scripts
This commit is contained in:
		
							parent
							
								
									b5b7b456fc
								
							
						
					
					
						commit
						52af267f6c
					
				
							
								
								
									
										3
									
								
								docs/Quickstart/RUNASADMIN.bat
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								docs/Quickstart/RUNASADMIN.bat
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					call setup_environment.bat
 | 
				
			||||||
 | 
					call clone.bat
 | 
				
			||||||
 | 
					call build.bat
 | 
				
			||||||
							
								
								
									
										11
									
								
								docs/Quickstart/build.bat
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								docs/Quickstart/build.bat
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
				
			|||||||
 | 
					@echo off
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cd Connected.Components/build
 | 
				
			||||||
 | 
					call buildProjects.bat
 | 
				
			||||||
 | 
					cd ../..
 | 
				
			||||||
 | 
					cd Connected/build
 | 
				
			||||||
 | 
					call buildProjects.bat
 | 
				
			||||||
 | 
					pause
 | 
				
			||||||
 | 
					cd ../..
 | 
				
			||||||
 | 
					cd Connected.Framework/build
 | 
				
			||||||
 | 
					call buildProjects.bat
 | 
				
			||||||
							
								
								
									
										3
									
								
								docs/Quickstart/clone.bat
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								docs/Quickstart/clone.bat
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					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
 | 
				
			||||||
							
								
								
									
										7
									
								
								docs/Quickstart/setup_environment.bat
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								docs/Quickstart/setup_environment.bat
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					@echo off
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set /p LOCAL_NUGET="Enter the path to a folder for the local NuGet repository: "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					setx /M LOCAL_NUGET "%LOCAL_NUGET%"
 | 
				
			||||||
 | 
					setx LOCAL_NUGET "%LOCAL_NUGET%"
 | 
				
			||||||
 | 
					mkdir "%LOCAL_NUGET%"
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user