...
/Check the CI/CD Pipeline and Test the Final API
Check the CI/CD Pipeline and Test the Final API
Verify whether the CI/CD is working correctly or not and test your final API.
We'll cover the following...
Push changes to GitHub
We have made some changes in our code to implement logging using Application Insights, so we need to first push those changes to our GitHub repository.
Let us see the steps below:
Explanation
-
Step 1: Run the GIT ...