Commit f0e21ed6 by Urvil Shah

Change to MobEasyEditor

parent 59ccea15
Pipeline #8014 failed with stages
in 5 seconds
...@@ -5,12 +5,12 @@ stages: ...@@ -5,12 +5,12 @@ stages:
build_website: build_website:
stage: build stage: build
script: script:
- nuget restore .\Mobile-WYSIWYG.sln - nuget restore .\MobEasyEditor.sln
- msbuild /p:Configuration=Release /p:OutDir=build\web .\Mobile-WYSIWYG\Mobile-WYSIWYG.csproj - msbuild /p:Configuration=Release /p:OutDir=build\web .\MobEasyEditor\MobEasyEditor.csproj
artifacts: artifacts:
expire_in: 6 weeks expire_in: 6 weeks
paths: paths:
- .\Mobile.-WYSIWYG\build\web\_PublishedWebsites\Mobile-WYSIWYG - .\Mobile.-WYSIWYG\build\web\_PublishedWebsites\MobEasyEditor
when: always when: always
deploy_web: deploy_web:
...@@ -18,6 +18,6 @@ deploy_web: ...@@ -18,6 +18,6 @@ deploy_web:
script: script:
- Import-Module PSRemoteDeploy - Import-Module PSRemoteDeploy
- $servers = $env:DEPLOY_SERVERS -split ';' - $servers = $env:DEPLOY_SERVERS -split ';'
- Copy-FilesToServers -Servers $servers -UserName $env:DEPLOY_USERNAME -Password $env:DEPLOY_PASSWORD -LocalPath ".\Mobile.-WYSIWYG\build\web\_PublishedWebsites\Mobile-WYSIWYG\*" -RemotePath "C:\adk-mobile\$env:CI_PROJECT_NAME\Mobile.-WYSIWYG\$env:CI_BUILD_ID" - Copy-FilesToServers -Servers $servers -UserName $env:DEPLOY_USERNAME -Password $env:DEPLOY_PASSWORD -LocalPath ".\Mobile.-WYSIWYG\build\web\_PublishedWebsites\MobEasyEditor\*" -RemotePath "C:\adk-mobile\$env:CI_PROJECT_NAME\Mobile.-WYSIWYG\$env:CI_BUILD_ID"
- Set-IISPhysicalPaths -Servers $servers -UserName $env:DEPLOY_USERNAME -Password $env:DEPLOY_PASSWORD -IISSite "Mobile-WYSIWYG" -Path "c:\adk-mobile\$env:CI_PROJECT_NAME\Mobile-WYSIWYG\$env:CI_BUILD_ID" - Set-IISPhysicalPaths -Servers $servers -UserName $env:DEPLOY_USERNAME -Password $env:DEPLOY_PASSWORD -IISSite "MobEasyEditor" -Path "c:\adk-mobile\$env:CI_PROJECT_NAME\MobEasyEditor\$env:CI_BUILD_ID"
when: manual when: manual
\ No newline at end of file
...@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 ...@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15 # Visual Studio 15
VisualStudioVersion = 15.0.26730.16 VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mobile-WYSIWYG", "Mobile.Search.Web\Mobile-WYSIWYG.csproj", "{179419F5-BEEF-4A25-A69B-1BE2D9E1C453}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobEasyEditor", "Mobile.Search.Web\MobEasyEditor.csproj", "{179419F5-BEEF-4A25-A69B-1BE2D9E1C453}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mobile.Search.Providers", "Mobile.Search.Providers.Lib\Mobile.Search.Providers.csproj", "{9657E007-68ED-4FD1-B218-D108E36C1FF6}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mobile.Search.Providers", "Mobile.Search.Providers.Lib\Mobile.Search.Providers.csproj", "{9657E007-68ED-4FD1-B218-D108E36C1FF6}"
EndProject EndProject
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment