
Exclude Project from Visual Studio Team Services(VSTS) Build Definition
You can exclude project from Visual Studio Team Services build definition if required. You might want to exclude a specific…
You can exclude project from Visual Studio Team Services build definition if required. You might want to exclude a specific…
Over the last few posts, we have discussed several ways of setting up Continuous Integration(CI) and Continuous Delivery (CD) pipeline…
Continuous Delivery for Azure App Services from Azure Portal setting up is just matter of few clicks. Continuous Integration(CI) &…
Azure DevOps Project makes it very easy to get started on Setting up code repo, build, and deployment with Azure.…
Azure Cosmos DB is a globally distributed, low-latency, high throughput databases services. Azure Cosmos DB provides global distribution, which means…
Azure Functions let us execute our code in a serverless environment. This does not require create a solution or publish…
During the development, often, we require generating classes from JSON objects or XML objects, typically when we need a data…
Before setting up the Continuous Integration, you have to make sure your Visual Studio Team Services (VSTS) account is linked…