Skip to content
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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Jun 17, 2024

  1. (doc) Update build instructions

    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.
    gep13 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f85e63a View commit details
    Browse the repository at this point in the history
  2. (build) Add installation of WiX as a tool

    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.
    gep13 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f37f01b View commit details
    Browse the repository at this point in the history