diff options
author | Rob Mensching <rob@firegiant.com> | 2022-05-24 21:59:28 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-05-24 22:44:20 -0700 |
commit | ea7b44abd725139535475a96dbcbc5b9c39539a2 (patch) | |
tree | 87e83edbfaa6c1877a907131c001f9dd58b9f2c1 /README.md | |
parent | a79996ed98978a6bf8f87020331ec5f95d9540bf (diff) | |
download | wix-ea7b44abd725139535475a96dbcbc5b9c39539a2.tar.gz wix-ea7b44abd725139535475a96dbcbc5b9c39539a2.tar.bz2 wix-ea7b44abd725139535475a96dbcbc5b9c39539a2.zip |
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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -38,8 +38,7 @@ Visual Studio 2022 (17.0.4 or higher, NOT the preview release) with the followin | |||
38 | ##### To build the WiX toolset: | 38 | ##### To build the WiX toolset: |
39 | * Start a VS2022 'Developer Command Prompt' | 39 | * Start a VS2022 'Developer Command Prompt' |
40 | * Change directory to the root of the cloned repository | 40 | * Change directory to the root of the cloned repository |
41 | * Issue the command 'build clean' (NB - The build is stateful so it is always good practice to do the clean before building) | 41 | * Issue the command `devbuild` (or `devbuild release` if you want to create a release version) |
42 | * Issue the command 'build' (or 'build release' if you want to create a release version) | ||
43 | 42 | ||
44 | ##### Executing your newly built WiX toolset | 43 | ##### Executing your newly built WiX toolset |
45 | * 'build\wix\Debug\publish\wix\wix --help' (Of course changing Debug to Release if you built in Release mode) | 44 | * '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 | |||
53 | * If the develop branch has changed since you created your new branch rebase to the current development branch. | 52 | * If the develop branch has changed since you created your new branch rebase to the current development branch. |
54 | * If needed (ie, you squashed or rebased), do a force push of your branch | 53 | * If needed (ie, you squashed or rebased), do a force push of your branch |
55 | * Create a PR with your branch against the WiX4 repository. | 54 | * Create a PR with your branch against the WiX4 repository. |
56 | 55 | \ No newline at end of file | |
57 | |||
58 | |||
59 | |||