使用BitBucket进行Bot Framework部署“无法找到程序集'Microsoft.Bit.Builder'”

时间:2016-04-21 13:01:16

标签: git azure bitbucket continuous-deployment botframework

我正在尝试使用BitBucket为我的机器人设置连续部署。现在我从日志中得到以下错误:(这只是其中的一部分)

D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Bot.Builder, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk.

当直接从Visual Studio部署到azure WebApp时,它可以工作。有没有办法将这些组件包含在Bitbucket或Git中?或者SCM是否可以与团队资源管理器一起使用?

1 个答案:

答案 0 :(得分:0)

我认为你应该尝试提交dll文件。

如果您正确安装了nuget包,它应该位于:[YOURPROJECTPATH] \ packages \ Microsoft.Bot.Builder.1.0.2.0 \ lib \ net45 \ Microsoft.Bot.Builder.dll

Bitbucket checkin可能已将其从您的提交中排除。