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
また、この変数を無効にして削除しようとしましたが、それでも同じエラーが発生します。どうすれば修正できますか?