- By default, the releases are configured to be pushed manually. Let's configure continuous deployment by navigating back to the Pipelines tab and clicking on the Continuous deployment trigger, as shown here:
- As shown in the following figure, enable the Continuous deployment trigger and click on Save to save the changes:
- Navigate to Visual Studio and make some code changes, as shown here:
name = name ?? data?.name; return name == null ? req.CreateResponse(HttpStatusCode.BadRequest, "Please pass a name on the query string ...