Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK!
The sample lacks the .env and can't be run without adding it manually. The README doesn't mentions the addition of the beforementioned file.
Additional Context
The sample fallbacks to a default cortana-skill.bot bot file in case the botFileSecret is not defined in the .env file. This filename is wrong and doesn't exists in the sample folder.
Sample information
Describe the bug
The sample lacks the
.env
and can't be run without adding it manually. The README doesn't mentions the addition of the beforementioned file.Additional Context
The sample fallbacks to a default
cortana-skill.bot
bot file in case thebotFileSecret
is not defined in the.env
file. This filename is wrong and doesn't exists in the sample folder.[bug]