Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
comfilepi:dotnet_development:visual_studio:index [2026/02/16 22:44] – created admincomfilepi:dotnet_development:visual_studio:index [2026/02/16 22:49] (current) – [애플리케이션 배포 (Deploy)] admin
Line 12: Line 12:
 ===== 애플리케이션 Publish ===== ===== 애플리케이션 Publish =====
  
-  - Visual Studio에서 .NET 프로젝트를 Publish하려면   +  - Visual Studio에서 .NET 프로젝트를 Publish하려면  Solution Explorer에서 프로젝트를 우클릭한 후 //Publish// 를 선택합니다.  {{ :comfilepi:dotnet_development:visual_studio:vs_publish_1.png?nolink |}} 
-    Solution Explorer에서 프로젝트를 우클릭한 후 //Publish// 를 선택합니다.   +  - //Advanced Settings// 에서 //linux-arm64// 런타임을 선택합니다.  대상 장치에 .NET SDK 또는 Runtime이 이미 설치되어 있다면  //Framework Dependent// 모드를 선택합니다.   
-    {{ :comfilepi:dotnet:deploy:visual_studio:vs_publish_1.png }} \\ +{{ :comfilepi:dotnet_development:visual_studio:vs_publish_2.png?nolink |}} 
- +  - //Publish// 버튼을 눌러 빌드를 시작합니다.  성공하면 //Target location// 폴더에서 생성된 바이너리 파일을 확인할 수 있습니다.  {{ :comfilepi:dotnet_development:visual_studio:vs_publish_3.png?nolink |}}
-  - //Advanced Settings// 에서 //linux-arm64// 런타임을 선택합니다.   +
-    대상 장치에 .NET SDK 또는 Runtime이 이미 설치되어 있다면   +
-    //Framework Dependent// 모드를 선택합니다.   +
-    {{ :comfilepi:dotnet:deploy:visual_studio:vs_publish_2.png }} \\ +
- +
-  - //Publish// 버튼을 눌러 빌드를 시작합니다.   +
-    성공하면 //Target location// 폴더에서 생성된 바이너리 파일을 확인할 수 있습니다.   +
-    {{ :comfilepi:dotnet:deploy:visual_studio:vs_publish_3.png }}+
  
 ===== 애플리케이션 배포 (Deploy) ===== ===== 애플리케이션 배포 (Deploy) =====
  
-  - [[https://filezilla-project.org/|FileZilla]] 같은 GUI 프로그램을 사용하거나   +  - [[https://filezilla-project.org/|FileZilla]] 같은 GUI 프로그램을 사용하거나  아래 [[https://manpages.debian.org/stable/openssh-client/scp.1.en.html|scp]] 명령으로 파일을 ComfilePi로 복사합니다.  
-    아래 [[https://manpages.debian.org/stable/openssh-client/scp.1.en.html|scp]] 명령으로   +
-    파일을 ComfilePi로 복사합니다.  +
  
 <code> <code>
Line 35: Line 25:
 </code> </code>
  
-  - 필요 시 아래 [[https://manpages.debian.org/stable/coreutils/chmod.1.en.html|chmod]] 명령으로   +  - 필요 시 아래 [[https://manpages.debian.org/stable/coreutils/chmod.1.en.html|chmod]] 명령으로 실행 파일에 실행 권한을 부여합니다.
-    실행 파일에 실행 권한을 부여합니다.+
  
 <code> <code>