SalesBuy
1-855-856-7678
Technical SupportSupport
You can specify build configuration instructions from the Build Events page of the Project Designer. You can also specify the conditions under which any post-build events are run.
Note |
|---|
| Pre-build events don’t run if the project is up to date and no build is triggered. |
Note |
|---|
Add a call statement before all post-build commands that run .bat files (for example, call C:\MyFile.bat or call C:\MyFile.bat call C:\MyFile2.bat). |
| Option | Result |
|---|---|
Always | The post-build event will run regardless of whether the build succeeds. |
OnSuccessfulBuild | The post-build event will run only if the build succeeds. Thus, the event will run even for a project that is up to date, as long as the build succeeds. |