我需要在 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”更改为“Mixed Platforms”,将“BuildConfiguration”更改为“Release”。但这没有帮助,我得到了同样的错误,但有了新的值:
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
我也试过禁用和删除这个变量,但仍然有同样的错误。我该如何解决?