DNNCommunity / DNN.Vendors

The Vendors module project allows admins to manage Vendor relationships and add Advertising banners to their site.
MIT License
7 stars 10 forks source link

Simplify Build Scripts / Devops #16

Closed valadas closed 5 years ago

valadas commented 5 years ago

There are multiple msbuild scripts, very complicated to follow where a simpler one would do the job. Also the module is expected to output to a Website folder inside the source folder of the module which is strange and does not match the style of the other core modules.

Also, we should get all dependencies from Nuget to allow building in CI environments.