我需要在Visual Studio Online下构建VS解决方案。但是当我运行它时,我收到一个错误:
C:\a\50009cdf\Mobius-ASG\Prototyping\VCPROJ\SystemAl.sln.metaproj(0,0): Error MSB4126: The specified solution configuration "Debug|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.
我试图改变BuildPlatform'混合平台'和' BuildConfiguration'发布'。但它没有帮助,我得到了相同的错误,但有了新的值:
The specified solution configuration "Release|Mixed Platforms" 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
此外,我还尝试禁用和删除此变量,但仍然存在相同的错误。 我能解决它吗?