【发布时间】:2015-10-22 19:44:50
【问题描述】:
我尝试使用 Visual Studio Online 构建一个 asp.net5 项目,然后从那里将其部署到天蓝色。我使用 Visual Studio 2015 RTM 创建了项目。
我使用msdn 的指南。该指南使用 msbuild 目标“FileSystemPublish”将构建变为 azure。但是我得到这个目标不存在的错误:
xxxx.sln.metaproj(0,0): Error MSB4057: The target "FileSystemPublish" does not exist in the project.
有谁知道我如何让这个目标工作或没有这个目标我如何部署?
【问题讨论】:
标签: azure msbuild visual-studio-2015 asp.net-core azure-devops