From ea1a4a57f48b5021f027786743979e61ba505a9d Mon Sep 17 00:00:00 2001 From: Vance Morrison Date: Tue, 15 Aug 2017 09:18:50 -0700 Subject: Use dashes for build options (#13353) * Fix IndexOutOfRangeException in PayloadNames property If you pass an null payload using Write, and in the EventListener then call PayloadNames, it will throw an IndexOutOfRangeException. It should just return null. This fixes this. * To be consistant with the other build.cmd files use - for options * Update docs to track change in option convention * Updated Unix script to use - for options. * Fix build break * Fix Whitespace (review feedback) * Another fix --- Documentation/building/windows-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/building/windows-instructions.md b/Documentation/building/windows-instructions.md index 4122711174..1cbd8e3f27 100644 --- a/Documentation/building/windows-instructions.md +++ b/Documentation/building/windows-instructions.md @@ -141,8 +141,8 @@ full rebuild. Build has a number of options that you can learn about using build -?. Some of the more important options are - * skiptests - don't build the tests. This can shorten build times quite a bit, but means you can't run tests. - * release - build the 'Release' build type that does not have extra development-time checking compiled in. + * -skiptests - don't build the tests. This can shorten build times quite a bit, but means you can't run tests. + * -release - build the 'Release' build type that does not have extra development-time checking compiled in. * -rebuild - force the build not to be incremental but to recompile everything. You want this if you are going to do performance testing on your build. -- cgit v1.2.3