mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tools: build.bat: better exit code handling to allow for CI
This commit is contained in:
		| @@ -36,7 +36,7 @@ for %%f in (build\%Configuration%\winfsp-*.msi) do ( | |||||||
| 	REM if errorlevel 1 set /a signfail=signfail+1 | 	REM if errorlevel 1 set /a signfail=signfail+1 | ||||||
| ) | ) | ||||||
|  |  | ||||||
| if not %signfail%==0 echo SIGNING FAILED! | if not %signfail%==0 echo SIGNING FAILED! The product has been successfully built, but not signed. | ||||||
|  |  | ||||||
| exit /b 0 | exit /b 0 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user