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
echo ""
echo "Continuous integration for ${appName} starting..."
echo ""
echo "${appName} building..."
GetSolutionName solutionName
dotnet build ${solutionName}
......@@ -45,7 +47,7 @@ function CI()
GetServices services
for service in ${services}
do
GetServicePrefix service servicePrefix
GetServicePrefix ${service} servicePrefix
IsPublishableOf ${servicePrefix} isPublishable
GetServiceName "${servicePrefix}" serviceName
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