Commit f0e21ed6 by Urvil Shah

Change to MobEasyEditor

parent 59ccea15
Pipeline #8014 failed with stages
in 5 seconds
......@@ -5,12 +5,12 @@ stages:
build_website:
stage: build
script:
- nuget restore .\Mobile-WYSIWYG.sln
- msbuild /p:Configuration=Release /p:OutDir=build\web .\Mobile-WYSIWYG\Mobile-WYSIWYG.csproj
- nuget restore .\MobEasyEditor.sln
- msbuild /p:Configuration=Release /p:OutDir=build\web .\MobEasyEditor\MobEasyEditor.csproj
artifacts:
expire_in: 6 weeks
paths:
- .\Mobile.-WYSIWYG\build\web\_PublishedWebsites\Mobile-WYSIWYG
- .\Mobile.-WYSIWYG\build\web\_PublishedWebsites\MobEasyEditor
when: always
deploy_web:
......@@ -18,6 +18,6 @@ deploy_web:
script:
- Import-Module PSRemoteDeploy
- $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"
- 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"
- 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 "MobEasyEditor" -Path "c:\adk-mobile\$env:CI_PROJECT_NAME\MobEasyEditor\$env:CI_BUILD_ID"
when: manual
\ No newline at end of file
......@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mobile.Search.Providers", "Mobile.Search.Providers.Lib\Mobile.Search.Providers.csproj", "{9657E007-68ED-4FD1-B218-D108E36C1FF6}"
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