Commit 732bf13a by 李二毛

Merge branch 'development' into 'staging'

Development

See merge request liermao/microservice-autodevopspipelines!76
parents 5e7f540b f231e919
Pipeline #4255 passed with stages
in 20 seconds
...@@ -73,7 +73,7 @@ else ...@@ -73,7 +73,7 @@ else
echo "Tips[Hard Release]: ${servicePrefix} will be released." echo "Tips[Hard Release]: ${servicePrefix} will be released."
else else
# Soft Release, begin Analyzing git changes # Soft Release, begin Analyzing git changes
IsPublishable "src/${servicePrefix}" isPublishable publishableCount IsPublishable "src/Services/${servicePrefix}" isPublishable publishableCount
if [ "${isPublishable}" == "1" ]; if [ "${isPublishable}" == "1" ];
then then
AddConfig "${servicePrefix}" "${isPublishable}" AddConfig "${servicePrefix}" "${isPublishable}"
......
...@@ -11,7 +11,7 @@ namespace Identity.API.Controllers ...@@ -11,7 +11,7 @@ namespace Identity.API.Controllers
[HttpGet] [HttpGet]
public ActionResult<IEnumerable<string>> Get() public ActionResult<IEnumerable<string>> Get()
{ {
return new string[] { "value1", "value2" }; return new string[] { "value1", "value2" };
} }
// GET api/values/5 // GET api/values/5
......
...@@ -10,7 +10,7 @@ namespace Marketing.API ...@@ -10,7 +10,7 @@ namespace Marketing.API
public class Startup public class Startup
{ {
public Startup(IConfiguration configuration) public Startup(IConfiguration configuration)
{ {
Configuration = configuration; Configuration = configuration;
} }
......
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