Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Urvil Shah
/
MobEasyEditor
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f0e21ed6
authored
May 30, 2018
by
Urvil Shah
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Change to MobEasyEditor
parent
59ccea15
Pipeline
#8014
failed with stages
in 5 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
.gitlab-ci.yml
Mobile-WYSIWYG.sln → MobEasyEditor.sln
Mobile.Search.Web/Mobile-WYSIWYG.csproj → Mobile.Search.Web/MobEasyEditor.csproj
.gitlab-ci.yml
View file @
f0e21ed6
...
...
@@ -5,12 +5,12 @@ stages:
build_website
:
stage
:
build
script
:
-
nuget restore .\Mob
ile-WYSIWYG
.sln
-
msbuild /p:Configuration=Release /p:OutDir=build\web .\Mob
ile-WYSIWYG\Mobile-WYSIWYG
.csproj
-
nuget restore .\Mob
EasyEditor
.sln
-
msbuild /p:Configuration=Release /p:OutDir=build\web .\Mob
EasyEditor\MobEasyEditor
.csproj
artifacts
:
expire_in
:
6 weeks
paths
:
-
.\Mobile.-WYSIWYG\build\web\_PublishedWebsites\Mob
ile-WYSIWYG
-
.\Mobile.-WYSIWYG\build\web\_PublishedWebsites\Mob
EasyEditor
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\Mob
ile-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 "Mob
ile-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\Mob
EasyEditor
\*" -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 "Mob
EasyEditor" -Path "c:\adk-mobile\$env:CI_PROJECT_NAME\MobEasyEditor
\$env:CI_BUILD_ID"
when
:
manual
\ No newline at end of file
Mob
ile-WYSIWYG
.sln
→
Mob
EasyEditor
.sln
View file @
f0e21ed6
...
...
@@ -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}") = "Mob
ile-WYSIWYG", "Mobile.Search.Web\Mobile-WYSIWYG
.csproj", "{179419F5-BEEF-4A25-A69B-1BE2D9E1C453}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mob
EasyEditor", "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
...
...
Mobile.Search.Web/Mob
ile-WYSIWYG
.csproj
→
Mobile.Search.Web/Mob
EasyEditor
.csproj
View file @
f0e21ed6
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment