From ea7b44abd725139535475a96dbcbc5b9c39539a2 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 24 May 2022 21:59:28 -0700 Subject: Rename build.cmd to devbuild.cmd to better represent its purpose The build.cmd in the root of the repository is intended for use by developers looking to build the full WiX Toolset. Official builds use the appropriate build files in the src folder. Renaming build.cmd to devbuild.cmd better represents its purpose. As a bonus, renaming to devbuild.cmd also removes TAB completion conflict with the .\build folder. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2842fa8f..16b6fc80 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ Visual Studio 2022 (17.0.4 or higher, NOT the preview release) with the followin ##### To build the WiX toolset: * Start a VS2022 'Developer Command Prompt' * Change directory to the root of the cloned repository - * Issue the command 'build clean' (NB - The build is stateful so it is always good practice to do the clean before building) - * Issue the command 'build' (or 'build release' if you want to create a release version) + * Issue the command `devbuild` (or `devbuild release` if you want to create a release version) ##### Executing your newly built WiX toolset * 'build\wix\Debug\publish\wix\wix --help' (Of course changing Debug to Release if you built in Release mode) @@ -53,7 +52,4 @@ Visual Studio 2022 (17.0.4 or higher, NOT the preview release) with the followin * If the develop branch has changed since you created your new branch rebase to the current development branch. * If needed (ie, you squashed or rebased), do a force push of your branch * Create a PR with your branch against the WiX4 repository. - - - - + \ No newline at end of file -- cgit v1.2.3-55-g6feb