This commit is contained in:
김한진 2025-12-12 09:18:37 +09:00
parent b82df10829
commit 6d9c4015d7
4 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
--> -->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<!-- 배포 방식 지정 -->
<WebPublishMethod>FileSystem</WebPublishMethod>
<PublishProvider>FileSystem</PublishProvider>
<PublishUrl>C:\ProgramData\Jenkins\.jenkins\workspace\YNICTE\BO</PublishUrl>
<DeployOnBuild>true</DeployOnBuild>
<Configuration>Release</Configuration>
<!-- 특정 파일/폴더 제외 --> <!-- 특정 파일/폴더 제외 -->
<ExcludeFilesFromDeployment>Controllers\*.cs;Models\*.cs;App_Data\*</ExcludeFilesFromDeployment> <ExcludeFilesFromDeployment>Controllers\*.cs;Models\*.cs;App_Data\*</ExcludeFilesFromDeployment>
</PropertyGroup> </PropertyGroup>

View File

@ -733,12 +733,12 @@
<ItemGroup> <ItemGroup>
<Folder Include="App_Data\" /> <Folder Include="App_Data\" />
<Folder Include="Models\" /> <Folder Include="Models\" />
<Folder Include="Properties\PublishProfiles\" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="packages.config"> <None Include="packages.config">
<SubType>Designer</SubType> <SubType>Designer</SubType>
</None> </None>
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
<Content Include="Views\My\LectureOn.cshtml" /> <Content Include="Views\My\LectureOn.cshtml" />
<Content Include="Views\Home\Index.cshtml" /> <Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\Home\Indexbk2.cshtml" /> <Content Include="Views\Home\Indexbk2.cshtml" />