Microsoft MVP성태의 닷넷 이야기
개발 환경 구성: 212. Visual Studio Online과 "Monaco" 서비스 연동 [링크 복사], [링크+제목 복사],
조회: 21201
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

Visual Studio Online과 "Monaco" 서비스 연동

지난번 글에서 "Monaco" 서비스와 github 연동하는 방법을 설명했는데요.

Visual Studio Online "Monaco" 서비스와 github 연동
; https://www.sysnet.pe.kr/2/0/1544

이번에는 Monaco와 원래의 "Visual Studio Online" 서비스와 연동하는 방법을 알아볼 텐데요.

형상 관리 서버 운영을 대신해 주는 Visual Studio 온라인 서비스
; https://www.sysnet.pe.kr/2/0/1539

다소 아이러니하지만, Monaco와 github 연동하는 방법보다 좀 더 복잡합니다. ^^




이번 실습도 역시 github 연동 때와 마찬가지로 지난 글에서 만들어 두었던 예제 웹 사이트를 대상으로 할 텐데요. 우선, "Connect to Visual Studio Online" 메뉴를 선택해서,

monaco_online_1.png

역시 지난번에 만들어 둔 Visual Studio Online 계정과 연결해 줍니다.

monaco_online_2.png

그다음, Visual Studio Online 웹 사이트에 접속해,

monaco_online_3.png

Azure 웹 사이트에서 Visual Studio Online에 접근이 가능하도록 계정 보안에 basic 인증을 추가해 주어야 합니다. (이 과정은 한번만 해주면 됩니다.) 이를 위해 "My profile" 메뉴로 들어가서,

monaco_online_4.png

"CREDENTIALS" 탭의 "Enable alternate credentials" 링크를 누릅니다.

monaco_online_5.png

그렇게 하면 다음과 같이 기본 인증에 사용될 계정 정보를 설정할 수 있습니다.

monaco_online_6.png

계정 준비가 끝났으니 이제 Azure 웹 사이트 개발과 연동될 Team Project를 하나 생성합니다. 이 때 주의할 것은 반드시 "Version control" 항목을 "Git"으로 해야 한다는 점입니다. (당연한 이야기지만 Team Foundation Version Control로 하면 git remote 등록이 안됩니다.)

monaco_online_7.png

만들어진 Team Project에 들어가서 "CODE" 탭을 누르면,

monaco_online_8.png

해당 Team Project의 Git 저장소 주소를 구할 수 있습니다.

monaco_online_9.png

이 주소를 이용해 Monaco 콘솔 창에서 다음과 같이 입력해 주면 됩니다.

/ (master) $ git remote add origin git@github.com:stjeong/anyconnect.git

/ (master) $ git push -u origin master

그럼, push 단계에서 계정 정보를 묻는 창이 나오는데,

monaco_online_10.png

위의 과정에서 기본 인증이 가능하도록 설정한 바로 그 계정 정보를 입력해 주시면 됩니다. 그렇게 해주면 다음과 같이 push 과정이 완료됩니다.

/ (master) $ git push -u origin master
Counting objects: 36, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (36/36), 1.28 MiB | 179 KiB/s, done.
Total 36 (delta 1), reused 0 (delta 0)
remote: Analyzing objects (36/36) (3972 ms)
remote: Storing pack file and index... done (449 ms)
Branch master set up to track remote branch master from origin.
To https://techshare.visualstudio.com/DefaultCollection/_git/anyconnect
 * [new branch]     master  ->  master




Monaco를 Visual Studio Online과 연동할지 github와 연동할지에 대한 선택기준은 비교적 명확합니다. 전반적인 형상관리 서비스를 받고 싶다면 Visual Studio Online과 연동하는 것이 좋고, 소스컨트롤만 필요하다면 github로 연동하시면 됩니다.




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 6/28/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 181  182  183  184  185  186  187  188  [189]  190  191  192  193  194  195  ...
NoWriterDateCnt.TitleFile(s)
228정성태4/13/200615898Team Foundation Server: 3. MSBUILD : warning : Visual Studio Team System for Software Testers or Visual Studio Team System for Software Developers is required to run tests as part of a Team Build.
227정성태4/13/200617467Team Foundation Server: 2. TFS 빌드 오류 유형 - MSBUILD: warning : Specified cast is not valid
226정성태4/13/200615448Team Foundation Server: 1. TFS 오류 유형 - TF50608: Unable to retrieve information for security object
225정성태10/17/200615036.NET Framework: 67. VS.NET 2005 도구 상자에 있는 Workflow Activity 항목의 아이콘 변경
223정성태4/13/200626278.NET Framework: 66. Microsoft .NET Framework 2.0 Configuration 수동 설치파일 다운로드1
224정성태4/13/200619825    답변글 .NET Framework: 66.1. "Microsoft .NET Framework 2.0 Configuration" MSI 설치 파일 버전파일 다운로드1
222정성태4/13/200618782.NET Framework: 65. VS.NET 2005: 파일 기반 웹 프로젝트의 "Virtual Path" 제거
220정성태4/13/200616579.NET Framework: 64. ClickOnce - 배포 시 오류 : "Error: An unexpected error occurred -- The parameter is incorrect."
219정성태4/13/200631385.NET Framework: 63. ClickOnce - 최초 실행 시 보안 경고창 없애는 방법 [1]
216정성태4/13/200618442스크립트: 8. 3월 1일 ActiveX Patch 적용 후, JS 로 수정한 임베딩 컨트롤이 여전히 비활성화 되는 문제 [2]
215정성태4/13/200619765.NET Framework: 62. ASP.NET 웹 컨트롤 렌더링 가로채기
214정성태4/13/200619098.NET Framework: 61. DateTime - DateTime = 사이의 "Month" 수 계산 [2]
213정성태4/13/200621415.NET Framework: 60. localhost 이외의 컴퓨터에서 asmx 테스트 페이지 호출 [1]
218정성태4/13/200619740    답변글 .NET Framework: 60.1. asmx 테스트 페이지를 보여주고 싶지 않을 때
211정성태4/13/200617637VS.NET IDE: 38. VS.NET 2005 - "Export Template" 메뉴
210정성태4/13/200617125.NET Framework: 59. EXE 참조 가능 - VS.NET 2005 [2]
209정성태4/13/200616591스크립트: 7. 4월 12일 ActiveX 패치 문제를 해결할 수 있는 가장 간단한 방법 [6]파일 다운로드1
208정성태10/21/200616340Windows: 1. 성태도 ^^ Vista 설치 해봤습니다.
212정성태10/20/200615922    답변글 Windows: 1.1. Vista 에서 WinFX 런타임 구동
207정성태4/13/200624863VC++: 23. VC++ RGS 파일에 사용자 정의 파라미터 추가
205정성태4/13/200621939VS.NET IDE: 37. devenv.exe를 이용한 Command Line 컴파일 [1]
204정성태5/8/200617169웹: 2. Server Unavailable - Server Application Unavailable
203정성태4/13/200615983웹: 1. IIS 설정 옵션: Verify(Check) that file exists
202정성태4/13/200615669VS.NET IDE: 36. Automatically synchronize with an Internet time server
201정성태4/13/200618742기타: 12. XMLHTTP Failure and SUS Admin
200정성태4/13/200618082.NET Framework: 58. 웹 서비스 메서드 호출 오류 유형 - text/html; charset=xxx, but expected 'text/xml'
... 181  182  183  184  185  186  187  188  [189]  190  191  192  193  194  195  ...