How do you guys upload your .net core bots? My upload doesn’t proceed to build stage, just a success upload.
my project structure:
{legen-waitforit-dary}.zip
|--bot.json
|--2018-tower-defence.sln
|--src
|--legendary
|--legendary.csproj
|--test
my bot.json:
{
"author": "Legen Dary",
"nickName": "Legendary",
"email": "legen@waitforit.dary",
"botLocation": "./src/legendary/bin/Release/netcoreapp2.1/publish",
"botFileName": "legendary.dll",
"botLanguage": "c#core"
}