HotcakesCommerce / hotcakes-commerce-core

The core of the e-commerce part of the overall solution. This is an ecommerce shopping cart solution built on top of the DNN (DotNetNuke) CMS. Anyone can do commerce online now!
https://mmmcommerce.com
MIT License
69 stars 55 forks source link

Installer Missing UPS DLL #412

Closed ArielBlanco1990 closed 2 years ago

ArielBlanco1990 commented 2 years ago

Describe the bug

After downloading the Hotcakes Commerce repository and building in Debug mode to restore all dependencies, when we switch to Release mode to Build again and generate the HCC installer, the installation generated when trying to install it in a clean DNN solution shows us a mistake. The Hotcakes.Shipping.Ups.Keys.dll is missing from the installer.

Software Versions

To Reproduce

Steps to reproduce the behavior:

  1. Clone the Hotcake GitHub repository.
  2. Open the solution with administrator permissions.
  3. Rebuild to download and install all dependencies.
  4. Change the solution to Release Mode and recompile to generate the installer.
  5. Install the installer in a DNN solution (hotcakes-commerce-core-development\_Install\HotcakesCommerce_03.06.00_Core_Install.zip).

Expected behavior

The installer generated in release mode must be installed in a solution correctly

Actual behavior

A DLL is missing within the installer and fails to install in the DNN solution

Screenshots

imagen

ArielBlanco1990 commented 2 years ago

I have already found the solution to this problem. I will create a pull request with the solution.