【发布时间】:2020-03-21 11:47:26
【问题描述】:
D:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1819,5): warning MSB3277: Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.
现在,如果此错误消息来自 Visual Studio,我知道该怎么办:Found conflicts between different versions of the same dependent assembly that could not be resolved
问题在于,此错误消息来自于在我的 Azure Web 应用程序的部署中心中钻取“日志”(通过单击“运行部署命令...”旁边的“显示日志...”我不能尽管尝试打开尽可能多的日志记录并寻找解决此问题的方法,但找出 Azure 应用服务的这些引用冲突在哪里列出。
有人可以告诉我去哪里查看这些冲突在 Azure 应用服务中列出的位置吗?构建日志在哪里?如何“开启”它?
编辑:我刚刚发现:What is the default location for MSBuild logs?。我不知道它是否适用于 Azure。
更新:
每当我推送新的代码更改时,代码就会不断地从我的 Azure DevOps 存储库中提取到我的 Azure 应用程序中。它正在服务器上某处构建(包括编译)。我只是认为没有任何方法可以实际查看构建日志。在 Visual Studio 中,我们只有输出窗口,而服务器上没有等效的窗口。
【问题讨论】:
-
你部署到 Azure 了吗?
-
@BowmanZhu 是的,部署成功。
标签: azure logging build azure-devops azure-web-app-service