- Run build-all.bat with a config file
build-all.bat lib\include\mat\config-default-cs4.h
- Observe successful build
- Pass in a bad input to build-all.bat
build-all.bat filedoesnotexist
- Observe successful build (same number of warnings) - no indication that the input was bad or did not exist
Using custom properties file for the build:
"/p:ForceImportBeforeCppTargets=filedoesnotexist"
Expected behavior: if something is passed in, warn or error if it's not helpful.
Note that the example in #1 is bad - that's the pit of failure. I'm working through the documentation to understand what to do, and I can't easily tell if I've got it right.
Expected behavior: if something is passed in, warn or error if it's not helpful.
Note that the example in #1 is bad - that's the pit of failure. I'm working through the documentation to understand what to do, and I can't easily tell if I've got it right.