This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Description
What project is affected?
POI, TODO, MAIL Skill
What language is this in?
C#
What happens?
Error occured for pre-defined Mail TODO and POI Skill. The deployment script changes the Name of the LUIS classes from upper-case e.g. EmailLuis to emailLuis which breaks following builds.
There seems some inconsistencies between the GitHub Version of the LUIS classes and the autogenerated versions within the deployment script. We didn't debugged it, just changed the class names back to upper-case style.
What are the steps to reproduce this issue?
Download the Skill Solutions. Build the skill Projects (should succeed). Run the deployment script. Try to build the Projects again (should fail).
What were you expecting to happen?
Running the deployment script and afterwards build the Project again without any errors.
Can you share any logs, error output, etc.?
Any screenshots or additional context?