Create Environment set up and CI/CD pipeline for Angular+ .NET Core web API in Azure DevOps

Опубликовано: 18 Март 2026
на канале: Anshuman Dikshit
19,823
313

This video describes how to deal with environment Setup in Angular +.NET Core web API Project along with CI/CD pipeline in Azure DevOps.
This application deals with Angular (TypeScript),.NET Core web API (c#), and Azure DevOps as a Service. The GIT Branching mechanism has been made in Azure Repos.

In case you want to skip the sections :

00:30 - Why we need environment setup
03:45 - Create a visual studio Angular+ .NET core web API boilerplate code
05:36 - Create environment variables files in Angular application
23:09 - Create environment variable files in .NET Core Web API
34:48 - Create services in Angular application for interacting with API
41:00 - Configuring .csproj file in Project
44:50 - Create CI pipeline to build different environments
53:52 - Create CD pipeline to deploy the build file

Reference links -
Dealing with Environment Variables in .NET Core in Azure Devops CI/CD pipeline -    • Dealing with Environment Variables in .NET...