From 6977295304be5090a296dfc4f9150ca58fe44d1e Mon Sep 17 00:00:00 2001 From: s-mn <51436042+s-mn@users.noreply.github.com> Date: Wed, 11 Dec 2019 16:24:11 +0300 Subject: [PATCH] Add config files for deploy. --- .../helpcenter.teamlab.com.pubxml | 26 +++++++++++++++++++ .../test-helpcenter.teamlab.com.pubxml | 26 +++++++++++++++++++ Web/Web.helpcenter.teamlab.com.config | 20 ++++++++++++++ Web/Web.test-helpcenter.teamlab.com.config | 20 ++++++++++++++ 4 files changed, 92 insertions(+) create mode 100644 Web/App_Data/PublishProfiles/helpcenter.teamlab.com.pubxml create mode 100644 Web/App_Data/PublishProfiles/test-helpcenter.teamlab.com.pubxml create mode 100644 Web/Web.helpcenter.teamlab.com.config create mode 100644 Web/Web.test-helpcenter.teamlab.com.config diff --git a/Web/App_Data/PublishProfiles/helpcenter.teamlab.com.pubxml b/Web/App_Data/PublishProfiles/helpcenter.teamlab.com.pubxml new file mode 100644 index 000000000..31878cd86 --- /dev/null +++ b/Web/App_Data/PublishProfiles/helpcenter.teamlab.com.pubxml @@ -0,0 +1,26 @@ + + + + + MSDeploy + Debug + Any CPU + + + True + False + helpcenter.onlyoffice.com + helpcenter.teamlab.com + + True + WMSVC + True + Administrator + <_SavePWD>False + ../temp + <_PackageTempDir>../temp + + \ No newline at end of file diff --git a/Web/App_Data/PublishProfiles/test-helpcenter.teamlab.com.pubxml b/Web/App_Data/PublishProfiles/test-helpcenter.teamlab.com.pubxml new file mode 100644 index 000000000..7dd48c16d --- /dev/null +++ b/Web/App_Data/PublishProfiles/test-helpcenter.teamlab.com.pubxml @@ -0,0 +1,26 @@ + + + + + MSDeploy + Debug + Any CPU + + + True + False + helpcenter.onlyoffice.com + test-helpcenter.teamlab.com + + True + WMSVC + True + Administrator + <_SavePWD>False + ../temp + <_PackageTempDir>../temp + + \ No newline at end of file diff --git a/Web/Web.helpcenter.teamlab.com.config b/Web/Web.helpcenter.teamlab.com.config new file mode 100644 index 000000000..54d52c237 --- /dev/null +++ b/Web/Web.helpcenter.teamlab.com.config @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Web/Web.test-helpcenter.teamlab.com.config b/Web/Web.test-helpcenter.teamlab.com.config new file mode 100644 index 000000000..df39e8b4a --- /dev/null +++ b/Web/Web.test-helpcenter.teamlab.com.config @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file