我在开发机器上通过 TeamCity 运行的构建中出现以下错误:
[ResolveServiceConfiguration] WATMessage
[16:02:05][WATMessage] C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\Windows Azure Tools\1.7\Microsoft.WindowsAzure.targets(354, 5): No default service configuration "ServiceConfiguration.cscfg" could be found in the project.
[16:02:05][Xxx.Azure.Production\Xxx.Azure.Production.ccproj] Project Xxx.Azure.Production\Xxx.Azure.Production.ccproj failed.
相同的解决方案在 VS.NET 中构建良好。
我认为我需要做的是TargetProfile
为每个 Azure 项目(有不止一个抱怨)设置覆盖默认值,Cloud
但我无法找到在哪里执行此操作。
那么如何为 Azure 项目设置目标配置文件?