DevOps Classroomnotes 24/Jun/2023

Building and Packaging dotnet

  • .net framework versions:
    • .net 2,3,4 (Windows)
    • .net 5 +
      • .net core
      • aspnet core
  • Build the nopcommerce Refer Here
  • Softwares:
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
    • DevOps:
      • VCS:
        • Azure Source Repos
          • Git
          • TFVC
      • Pipelines:
        • Build Pipelines
        • Release Pipelines
      • Artifacts
  • Azure DevOps can be used by two ways
  • Azure DevOps Services: Cloud Hosted Version of Azure DevOps
  • 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
Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Customized Social Media Icons from Acurax Digital Marketing Agency

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%