【发布时间】:2012-10-16 14:40:36
【问题描述】:
我们使用 TeamCity 作为我们的 CI 服务器(但我想这适用于任何构建服务器)。
我们尚未在构建服务器上安装 azure SDK,并且能够使用 workaround described here 构建使用 SDK 的项目。
我现在希望服务器生成用于部署到 Azure 的包,但是当我运行 MSBuild 任务来创建包时(按照here 的指示)我收到一个奇怪的错误
error MSB4057: The target "WatGetTargetFrameworkDirectories" does not exist in the project.
产生few useful google 结果。
我需要安装 SDK 吗?或者这个错误与其他东西有关吗?
【问题讨论】:
标签: azure msbuild continuous-integration teamcity packaging