From 91912ad24d477ff24be56f0a22438303a8eae552 Mon Sep 17 00:00:00 2001 From: wzp <2880584989@qq.com> Date: 星期四, 16 九月 2021 16:12:52 +0800 Subject: [PATCH] Merge branch 'Release' of ssh://8.129.227.30:29418/SMGW_NewWeb into Release --- web/web/App_Data/PublishProfiles/PushWeb.pubxml | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/web/web/App_Data/PublishProfiles/PushWeb.pubxml b/web/web/App_Data/PublishProfiles/PushWeb.pubxml new file mode 100644 index 0000000..30b9415 --- /dev/null +++ b/web/web/App_Data/PublishProfiles/PushWeb.pubxml @@ -0,0 +1,21 @@ +锘�<?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> + <DeleteExistingFiles>True</DeleteExistingFiles> + <ExcludeApp_Data>False</ExcludeApp_Data> + <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> + <LastUsedPlatform>Any CPU</LastUsedPlatform> + <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish> + <PublishProvider>FileSystem</PublishProvider> + <PublishUrl>D:\WebIIS</PublishUrl> + <WebPublishMethod>FileSystem</WebPublishMethod> + <SiteUrlToLaunchAfterPublish /> + <PrecompileBeforePublish>True</PrecompileBeforePublish> + <EnableUpdateable>False</EnableUpdateable> + <DebugSymbols>False</DebugSymbols> + <WDPMergeOption>DonotMerge</WDPMergeOption> + </PropertyGroup> +</Project> \ No newline at end of file -- Gitblit v1.9.1