但是,在运行此命令时,我将遵循本指南https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli?view=azure-bot-service-4.0&tabs=csharp来部署先前创建的机器人:
dotnet publish --configuration Release --runtime win-x86 --self-contained
它返回此错误。
MSBUILD : error MSB1003: Specify a project or solution file. The current
working directory does not contain a project or solution file.
有人能帮忙吗?
https://stackoverflow.com/questions/61174362
复制相似问题