Move Addon sources and Tests to separate folder to not have to exclude them when uploading a version to the asset store

Issue #75 resolved
Christian Oeing repo owner created an issue

Right now the addon sources and unit tests are in the Slash.Unity.DataBind folder, too and have to be deleted before doing an asset store upload.

Instead they should be in the repository, but in a separate folder e.g. Slash.Unity.DataBind.Tests and Slash.Unity.DataBind.Addons

This way they don't have to be removed before the upload. It may not work for the addons though (as they should be uncompressed to Slash.Unity.DataBind/Addons)

Comments (3)

  1. Christian Oeing reporter

    Moved addons into separate folder and adjusted build scripts to still build the addon packages correctly

  2. Log in to comment