Headless build: always building after clean
Hello, for static code analysis I need the output from the clean/build process. So I searched how to build my project via command line and found the headless-build.bat (I use windows 10). After some problems with the syntax I finally got it running. The only problem is, that when I want to clean the project (-clean), it automatically builds the project afterwards. I didn’t find anything how to stop this process after cleaning - do you have any idea?
Thanks and best regards
