Commit 816c43ce by 据说甜蜜呢

添加echo ""

parent 91397362
Pipeline #4083 passed with stage
in 15 seconds
...@@ -8,11 +8,13 @@ source ./devops/PipeLines/Functions.sh ...@@ -8,11 +8,13 @@ source ./devops/PipeLines/Functions.sh
declare appName declare appName
GetAppName appName GetAppName appName
echo ""
echo "Continuous integration for ${appName} starting..." echo "Continuous integration for ${appName} starting..."
GetSolutionName solutionName GetSolutionName solutionName
dotnet build ${solutionName} dotnet build ${solutionName}
echo ""
echo "Please check the version of each microservice carefully !!!" echo "Please check the version of each microservice carefully !!!"
GetVersion version GetVersion version
......
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