-
Notifications
You must be signed in to change notification settings - Fork 903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(doc) Update build instructions #3467
Conversation
@flcdrg can I ask that you have a look at this PR, and provide any additional changes/suggestions? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good to me.
I'll hold off on merging in case there's any desire to tackle this comment in this PR:
I notice that we don't have a link to this section from the README.md file, which we likely should have.
We got some feedback that is wasn't easy to build Chocolatey CLI, as there were errors during process. This commit attempts to address this gap, and provide a complete list of all requirements/assumptions.
While this is not strictly needed, as the MSI for Chocolatey CLI is not always built, the inclusion of the *.wixproj in the Visual Studio *.sln file means that some parts of the build (like the restore task), does attempt to do stuff with WiX. While this doesn't actually stop the build from happening, as error is shown, and can cause confusion. Always installing the WiX tool prevents these errors from showing.
Always add a new line after a heading in markdown. This makes the document easier to read and parse.
It was pointed out in community discussion that the main README file doesn't mention anything to do with running tests for the Chocolatey CLI codebase. This commit adds a new Testing section to the README.md file, that links off to the pertinent information in the TESTING.md file. Used the Markdown All in One VSCode extension to update the table of contents. Initially this was adding an entry in the TOC section for the first heading, which was not there before, so added an entry in workspace settings.json file to exclude this. Updating this table of contents actually picked up on some previously entries which hadn't been added.
f37f01b
to
ca768c8
Compare
@corbob as per discussions, I have updated this PR, and added a new section to link off to the TESTING.md file. Can you have another review of this, and if you are happy, this can be merged in. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for getting this fixed up @gep13 👍 |
Description Of Changes
Add documentation on how to complete build of Chocolatey CLI.
Motivation and Context
We got some feedback that is wasn't clear on how to build Chocolatey CLI
Testing
New VM in Azure Portal was created, and steps executed as documented.
Operating Systems Testing
N/A
Change Types Made
Change Checklist
Related Issue
N/A