22 lines
1015 B
XML
22 lines
1015 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<!-- 배포 방식 지정 -->
|
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
|
<PublishProvider>FileSystem</PublishProvider>
|
|
<PublishUrl>C:\ProgramData\Jenkins\.jenkins\workspace\YNICTE-P\publish\BO</PublishUrl>
|
|
<DeployOnBuild>true</DeployOnBuild>
|
|
<Configuration>Staging</Configuration>
|
|
<!-- 특정 파일/폴더 제외 -->
|
|
<ExcludeFilesFromDeployment>Controllers\*.cs;Models\*.cs;App_Data\*</ExcludeFilesFromDeployment>
|
|
<LastUsedBuildConfiguration>Staging</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
<ExcludeApp_Data>False</ExcludeApp_Data>
|
|
<DeleteExistingFiles>True</DeleteExistingFiles>
|
|
</PropertyGroup>
|
|
</Project> |