mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tools: use dotnet build in VS2015 CI
This commit is contained in:
		
							
								
								
									
										17
									
								
								tools/gensrc/remove-build-dotnet.bat
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								tools/gensrc/remove-build-dotnet.bat
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| @echo off | ||||
|  | ||||
| setlocal | ||||
| setlocal EnableDelayedExpansion | ||||
|  | ||||
| if "%1"=="" ( | ||||
|     cd %~dp0..\.. | ||||
| ) else ( | ||||
|     cd "%1" | ||||
| ) | ||||
|  | ||||
|  | ||||
| if exist winfsp.sln ( | ||||
|     powershell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0remove-sln-project.ps1' -Path '%cd%\winfsp.sln' -Match '*dotnet*' | ||||
| ) else ( | ||||
|     echo winfsp.sln not found in %cd% | ||||
| ) | ||||
		Reference in New Issue
	
	Block a user