Building and Packaging dotnet
- .net framework versions:
- .net 2,3,4 (Windows)
- .net 5 +
- .net core
- aspnet core
- Build the nopcommerce Refer Here
- Softwares:
- .net core 7 Refer Here
sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-7.0
- Build steps
git clone https://github.com/nopSolutions/nopCommerce.git
cd nopCommerce
git checkout master
dotnet restore src/NopCommerce.sln
dotnet build src/NopCommerce.sln
Azure DevOps
-
Azure DevOps offers services to manage whole project
- Project Management
- Planning
- Agile Boards
- Issue Tracker
- Execution
- Wiki Pages
- Test Management
- Planning
- DevOps:
- VCS:
- Azure Source Repos
- Git
- TFVC
- Azure Source Repos
- Pipelines:
- Build Pipelines
- Release Pipelines
- Artifacts
- VCS:
- Project Management
-
Azure DevOps can be used by two ways
- Self-Hosted Refer Here
- Cloud Hosted: Refer Here
-
Azure DevOps Services: Cloud Hosted Version of Azure DevOps
- Pricing: Refer Here
- Create a free azure devops account Refer Here

Importing an Existing git repo into Azure DevOps
- Import Repository from github into your account


- Now lets setup build i.e. CI pipeline





- By default Parallelism request is disabled we need to enable this by sending request to microsoft on this location Refer Here
- Note: Refer Here for YAML and JSON Tutorial
