Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
microservice-autodevopspipelines
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李春生
microservice-autodevopspipelines
Commits
a08c8a83
Commit
a08c8a83
authored
Jan 08, 2019
by
据说甜蜜呢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加.gitlab-ci.yml
parent
c012d8f5
Pipeline
#4055
canceled with stage
in 0 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
MicroService.AutoDevOpsPipeLines.sln
+9
-8
No files found.
MicroService.AutoDevOpsPipeLines.sln
View file @
a08c8a83
...
@@ -5,6 +5,7 @@ VisualStudioVersion = 15.0.28307.136
...
@@ -5,6 +5,7 @@ VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0BF6F42B-B1A4-4E7A-BA32-A612F2F8A797}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0BF6F42B-B1A4-4E7A-BA32-A612F2F8A797}"
ProjectSection(SolutionItems) = preProject
ProjectSection(SolutionItems) = preProject
.gitlab-ci.yml = .gitlab-ci.yml
devops\app.props = devops\app.props
devops\app.props = devops\app.props
devops\deploy.props = devops\deploy.props
devops\deploy.props = devops\deploy.props
devops\Gateways\kong.props = devops\Gateways\kong.props
devops\Gateways\kong.props = devops\Gateways\kong.props
...
@@ -30,27 +31,27 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ordering", "Ordering", "{45
...
@@ -30,27 +31,27 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ordering", "Ordering", "{45
EndProject
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Payment", "Payment", "{6FD53234-73B6-4A58-8CD8-7B5F4B575D34}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Payment", "Payment", "{6FD53234-73B6-4A58-8CD8-7B5F4B575D34}"
EndProject
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "Basket.API", "src\Services\Basket\Basket.API\Basket.API.csproj", "{68DE6727-A0CB-4518-B8FD-016D5B841A09}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "Basket.API", "src\Services\Basket\Basket.API\Basket.API.csproj", "{68DE6727-A0CB-4518-B8FD-016D5B841A09}"
EndProject
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "Catalog.API", "src\Services\Catalog\Catalog.API\Catalog.API.csproj", "{C901BCC7-4AE1-418C-8175-A72B74AC3584}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "Catalog.API", "src\Services\Catalog\Catalog.API\Catalog.API.csproj", "{C901BCC7-4AE1-418C-8175-A72B74AC3584}"
EndProject
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "Identity.API", "src\Services\Identity\Identity.API\Identity.API.csproj", "{394FF665-294F-4847-8E7F-E58F1B142FAF}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "Identity.API", "src\Services\Identity\Identity.API\Identity.API.csproj", "{394FF665-294F-4847-8E7F-E58F1B142FAF}"
EndProject
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "Marketing.API", "src\Services\Marketing\Marketing.API\Marketing.API.csproj", "{CA029472-5637-4239-9168-AF282D96D859}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "Marketing.API", "src\Services\Marketing\Marketing.API\Marketing.API.csproj", "{CA029472-5637-4239-9168-AF282D96D859}"
EndProject
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "Ordering.API", "src\Services\Ordering\Ordering.API\Ordering.API.csproj", "{7E09569A-D9D7-4B6B-8B34-DB3C832073E2}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "Ordering.API", "src\Services\Ordering\Ordering.API\Ordering.API.csproj", "{7E09569A-D9D7-4B6B-8B34-DB3C832073E2}"
EndProject
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "Payment.API", "src\Services\Payment\Payment.API\Payment.API.csproj", "{0178BB26-8B37-4BFF-97AE-764D46593920}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "Payment.API", "src\Services\Payment\Payment.API\Payment.API.csproj", "{0178BB26-8B37-4BFF-97AE-764D46593920}"
EndProject
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServicesTests", "ServicesTests", "{9F378944-D65E-4FA7-AA34-23BF342112F8}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServicesTests", "ServicesTests", "{9F378944-D65E-4FA7-AA34-23BF342112F8}"
EndProject
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "IntegrationTest", "test\ServicesTests\IntegrationTest\IntegrationTest.csproj", "{94C559A6-82AA-4149-9616-E6EC78753766}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "IntegrationTest", "test\ServicesTests\IntegrationTest\IntegrationTest.csproj", "{94C559A6-82AA-4149-9616-E6EC78753766}"
EndProject
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildingBlocks", "BuildingBlocks", "{E53A0586-2FB1-4708-91A9-4D6814E02E3C}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildingBlocks", "BuildingBlocks", "{E53A0586-2FB1-4708-91A9-4D6814E02E3C}"
EndProject
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions", "{26EA0840-FACE-4F72-B7D0-64CA9443BD9F}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions", "{26EA0840-FACE-4F72-B7D0-64CA9443BD9F}"
EndProject
EndProject
Project("{
FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
}") = "MvcExtensions", "src\BuildingBlocks\Extensions\MvcExtensions\MvcExtensions.csproj", "{8E88AA1F-8D4F-4FA6-9B94-03203BB5F739}"
Project("{
9A19103F-16F7-4668-BE54-9A1E7A4F7556
}") = "MvcExtensions", "src\BuildingBlocks\Extensions\MvcExtensions\MvcExtensions.csproj", "{8E88AA1F-8D4F-4FA6-9B94-03203BB5F739}"
EndProject
EndProject
Global
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
GlobalSection(SolutionConfigurationPlatforms) = preSolution
...
...
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