Update BO/Properties/PublishProfiles/FolderProfile.pubxml

This commit is contained in:
김한진 2025-12-12 10:08:17 +09:00
parent 2bbdf4268c
commit b7beeced1c
1 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
https://go.microsoft.com/fwlink/?LinkID=208121. https://go.microsoft.com/fwlink/?LinkID=208121.
--> -->
@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<!-- 배포 방식 지정 --> <!-- 배포 방식 지정 -->
<WebPublishMethod>FileSystem</WebPublishMethod> <WebPublishMethod>FileSystem</WebPublishMethod>
<PublishProvider>FileSystem</PublishProvider> <PublishProvider>FileSystem</PublishProvider>
<PublishUrl>C:\ProgramData\Jenkins\.jenkins\workspace\YNICTE\BO</PublishUrl> <PublishUrl>C:\ProgramData\Jenkins\.jenkins\workspace\publish\BO</PublishUrl>
<DeployOnBuild>true</DeployOnBuild> <DeployOnBuild>true</DeployOnBuild>
<Configuration>Release</Configuration> <Configuration>Release</Configuration>