Merge branch 'master' of http://218.232.111.112:8300/KimHanJin/YNICTE
This commit is contained in:
commit
b51c7388b3
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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\FO</PublishUrl>
|
||||||
|
<DeployOnBuild>true</DeployOnBuild>
|
||||||
|
<Configuration>Release</Configuration>
|
||||||
|
|
||||||
|
<!-- 특정 파일/폴더 제외 -->
|
||||||
|
<ExcludeFilesFromDeployment>Controllers\*.cs;Models\*.cs;App_Data\*</ExcludeFilesFromDeployment>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
Loading…
Reference in New Issue