Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、管理者としてvs2012 x64クロスツールコマンドプロンプトを最初に実行する必要がある多くのプロジェクトのソリューションがあります。次に、DevEnv を読み込み、そこからプロジェクトをビルドします。
TFS ビルド環境を使用してこれを行うにはどうすればよいですか? - ブルース
CodePlex の TFS Build Extensions を使用できます。DevEnv のビルド アクティビティがあります。MSBuild アクティビティを DevEnv アクティビティと交換するだけです。
独自の DevEnv アクティビティを作成することもできます。これは非常に簡単です。InvokeProcessアクティビティを使用するだけです
InvokeProcess