Windows azure でクラウド サービスとしてプロジェクトを作成し、Windows 8 の Visual Studio 2012 で tfs を使用してステージング サーバーを展開しようとしています。
最新の Windows Azure SDK もインストールしました。
次のエラーが発生し、ビルドに失敗しました。
Exception Message: There was no Windows Azure project (.ccproj) detected in the solution. Continuous delivery to an Azure Cloud Service requires an Azure project. (type CCProjNotFoundException)
Exception Stack Trace: at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
私のAzure SQLサーバーはプロジェクトに接続され、ローカルで正常に動作します.
問題をよくグーグルで検索しましたが、問題を解決できませんでした。
誰の助けにも感謝します。