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
59ccea15
authored
May 30, 2018
by
Urvil Shah
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Change in the gitlab file and changhe the name of the solution file.
parent
6eb881a6
Pipeline
#8013
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.Search.sln → Mobile-WYSIWYG.sln
Mobile.Search.Web/Mobile.Search.Web.csproj → Mobile.Search.Web/Mobile-WYSIWYG.csproj
.gitlab-ci.yml
View file @
59ccea15
...
...
@@ -5,12 +5,12 @@ stages:
build_website
:
stage
:
build
script
:
-
nuget restore .\Mobile
.Search
.sln
-
msbuild /p:Configuration=Release /p:OutDir=build\web .\Mobile
.Search.Web\Mobile.Search.Web
.csproj
-
nuget restore .\Mobile
-WYSIWYG
.sln
-
msbuild /p:Configuration=Release /p:OutDir=build\web .\Mobile
-WYSIWYG\Mobile-WYSIWYG
.csproj
artifacts
:
expire_in
:
6 weeks
paths
:
-
.\Mobile.
Search.Web\build\web\_PublishedWebsites\Mobile.Search.Web
-
.\Mobile.
-WYSIWYG\build\web\_PublishedWebsites\Mobile-WYSIWYG
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.
Search.Web\build\web\_PublishedWebsites\Mobile.Search.Web\*" -RemotePath "C:\adk-mobile\$env:CI_PROJECT_NAME\Mobile.Search.Web
\$env:CI_BUILD_ID"
-
Set-IISPhysicalPaths -Servers $servers -UserName $env:DEPLOY_USERNAME -Password $env:DEPLOY_PASSWORD -IISSite "Mobile
.Search.Web" -Path "c:\adk-mobile\$env:CI_PROJECT_NAME\Mobile.Search.Web
\$env:CI_BUILD_ID"
-
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"
when
:
manual
\ No newline at end of file
Mobile
.Search
.sln
→
Mobile
-WYSIWYG
.sln
View file @
59ccea15
...
...
@@ -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
.Search.Web", "Mobile.Search.Web\Mobile.Search.Web
.csproj", "{179419F5-BEEF-4A25-A69B-1BE2D9E1C453}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mobile
-WYSIWYG", "Mobile.Search.Web\Mobile-WYSIWYG
.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/Mobile
.Search.Web
.csproj
→
Mobile.Search.Web/Mobile
-WYSIWYG
.csproj
View file @
59ccea15
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