Personal Builds
hi
Is there anyway to customize Personal Builds
I mean is there anyway to set some different Command line Parameters for Personal builds (so that we can skip some targets in that build)
we Use MsBuild Runner
Please sign in to leave a comment.
Yes, you can use build parameters for that.



For example:
In the build configuration specify new system property, and set default value:
Reference it in MSBuild runner settings:
Now in Run Custom Build dialog it can be modified:
Michael