MSTestを使用してユニットテストをコマンドラインから実行し、TFSサーバーで結果を公開しようとしています。MSTestは結果を公開できません。プラットフォームとフレーバーが正しくないと答えています。
Publishing results of test run [email protected] 2010-12-16 11:39:13_Release_Any CPU to http://xxxx:8080/Build/v1.0/PublishTestResultsBuildService2.asmx... ......................................................................................... Build 'xxx>xxx>x>x>x>xxxx>xxxx>x.x.x.xxx' does not include the specified configuration ('Release/Any CPU').
問題は、指定した設定が存在しなければならないことである。問題は、MSTestを、常に戻っているということです。我々は次のMSビルドの設定でビルドしました:
<ConfigurationToBuild Include="Release|Any CPU">
<FlavorToBuild>Release</FlavorToBuild>
<PlatformToBuild>Any CPU</PlatformToBuild>
</ConfigurationToBuild>
何か考えですか?私はこれにうんざりし始めている。