我在 Jenkins 中运行的 MSBuild 脚本出现此错误
C:\<path>\<solutionname>.sln.metaproj : error MSB4126: The specified solution
configuration "Latest|Any CPU" is invalid. Please specify a valid solution
configuration using the Configuration and Platform properties (e.g. MSBuild.exe
Solution.sln
/p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank
to use the default solution configuration.
在我的 Jenkins 配置中 Build->Command Line Arguments 我有
/t:Deploy /P:Configuration=Latest
我以前在其他项目上使用过这个没有任何问题,而且我也几乎使用相同的构建文件,但我以前从未见过这个问题发生过。我怀疑由于唯一不同的是解决方案文件,因此可能需要更改一些不同的东西。