2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Azure DevOps Tips - Visual Studioで作成済みのソリューションをAzure Reposで管理する

Posted at

#概要
前回の続き。
既にあるソリューションを、Azure Reposで管理する手順です。

新規作成したソリューションもこの手順でAzure Reposで管理できるので、
こっちの手順だけ覚えておけばいい気がする・・・。

#やりたかったこと
前にVisual Studioで作ってた(変更管理していない)ソリューションを、
Azure Reposで管理する。

#事前準備
前回の記事の事前準備を参照。
Azure DevOpsサービスでリポジトリを作っておきます。

#手順
①対象のソリューションをVisual Studioで開きます。
②まずは対象のソリューションをローカルリポジトリに追加します。
 ソリューションエクスプローラタブを開き、ソリューション名を右クリックし、
 メニューから「Create Git Repository...」を選択します。
image.png

 このメニュー一つで、ローカルリポジトリが作成されて、
 ソリューションのファイルが全てローカルリポジトリに登録されるようです。

③次にチームエクスプローラタブを開き、同期を選択します。
image.png

④以下のような画面が表示されるので、Azure DevOps Serviceへプッシュの中の「Gitリポジトリを公開」をクリックします。
image.png
 ※この段階で公開されるわけじゃないので安心してください。

⑤Microsoftアカウントと、組織、プロジェクト名を選択して、「リポジトリの公開」をクリックします。
 ※プロジェクト名は、詳細設定をクリックすると表示されます。
  なお、プロジェクト名はAzure DevOpsサービス上でのプロジェクト名です
image.png

⑥Azure DevOpsサービス側で、ソリューションのファイルが追加されていることが確認できます。

#余談
事前準備でAzure DevOpsサービス側にプロジェクトを作ってから、
手順の⑤でそのプロジェクト名を指定してプッシュしていますが・・・
事前に作らずにプッシュすることも可能でした
※その場合、リポジトリ名がプロジェクト名になってました。
 公開設定はprivate設定になっていたので、ちょっと安心。

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?