From e80ca54713cf70b47cf96450a876b929e9144ba2 Mon Sep 17 00:00:00 2001 From: Denis Volkov Date: Tue, 18 Oct 2022 15:43:47 -0700 Subject: [PATCH] added publish profiles --- Amen/Properties/PublishProfiles/Prod.pubxml | 21 ++++++++++++++++++++ Amen/Properties/PublishProfiles/Stage.pubxml | 21 ++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Amen/Properties/PublishProfiles/Prod.pubxml create mode 100644 Amen/Properties/PublishProfiles/Stage.pubxml diff --git a/Amen/Properties/PublishProfiles/Prod.pubxml b/Amen/Properties/PublishProfiles/Prod.pubxml new file mode 100644 index 0000000..cf95145 --- /dev/null +++ b/Amen/Properties/PublishProfiles/Prod.pubxml @@ -0,0 +1,21 @@ + + + + + FTP + true + Release + Any CPU + https://app.amenprayer.com/ + false + ftps://waws-prod-ch1-023.ftp.azurewebsites.windows.net/site/wwwroot + false + true + + amen\$amen + <_SavePWD>true + + \ No newline at end of file diff --git a/Amen/Properties/PublishProfiles/Stage.pubxml b/Amen/Properties/PublishProfiles/Stage.pubxml new file mode 100644 index 0000000..60ddf8c --- /dev/null +++ b/Amen/Properties/PublishProfiles/Stage.pubxml @@ -0,0 +1,21 @@ + + + + + FTP + true + Stage + Any CPU + https://amen-stage.azurewebsites.net/ + false + ftps://waws-prod-ch1-023.ftp.azurewebsites.windows.net/site/wwwroot + false + true + + amen-stage\$amen-stage + <_SavePWD>true + + \ No newline at end of file