【发布时间】:2012-04-18 07:21:31
【问题描述】:
我正在尝试使用 TFS 2008 构建 SSIS 2008 解决方案。我使用构建定义向导创建了一个“TFSBuild.proj”文件。我的构建似乎可以工作,但在最后一步失败并出现错误...
(0,0):警告 MSB4126:指定的解决方案配置“Release|Any CPU”无效。请使用 Configuration 和 Platform 属性(例如 MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU")指定有效的解决方案配置,或将这些属性留空以使用默认解决方案配置。
我试过了……
- 在“TFSBuild.proj”中将“FlavorToBuild”和“PlatformToBuild”值留空
- 将“TFSBuild.proj”文件中的“FlavorToBuild”和“PlatformToBuild”值修改为各种其他字符串
有什么想法吗?
【问题讨论】:
标签: ssis continuous-integration