Commit c80c786e by 李二毛

Merge branch 'development' into 'rel/major'

Development

See merge request liermao/microservice-autodevopspipelines!18
parents 00fa0ec9 e6e19857
Pipeline #4098 failed with stages
in 37 seconds
...@@ -10,6 +10,8 @@ GetAppName appName ...@@ -10,6 +10,8 @@ GetAppName appName
echo "" echo ""
echo "Continuous integration for ${appName} starting..." echo "Continuous integration for ${appName} starting..."
echo ""
echo "${appName} building..."
GetSolutionName solutionName GetSolutionName solutionName
dotnet build ${solutionName} dotnet build ${solutionName}
...@@ -45,7 +47,7 @@ function CI() ...@@ -45,7 +47,7 @@ function CI()
GetServices services GetServices services
for service in ${services} for service in ${services}
do do
GetServicePrefix service servicePrefix GetServicePrefix ${service} servicePrefix
IsPublishableOf ${servicePrefix} isPublishable IsPublishableOf ${servicePrefix} isPublishable
GetServiceName "${servicePrefix}" serviceName GetServiceName "${servicePrefix}" serviceName
CI "${servicePrefix}" "./src/${servicePrefix}/${serviceName}.csproj" CI "${servicePrefix}" "./src/${servicePrefix}/${serviceName}.csproj"
......
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 to comment