Create a build pipeline with Azure Pipelines

Yimesgen Morka 0 Reputation points
2024-07-27T13:28:59.9433333+00:00

i was trying to learn about azure DevOps "Create a build pipeline with Azure Pipelines" but after opining web project in codespace i'm unable to proceed because there is not dotnet sdk installation found in the provisioned codespace. i'm unable to move after "build and run the web app part"?

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,656 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Hamza Shahbaz 0 Reputation points
    2024-08-28T13:41:52.8933333+00:00

    hey, You can download that using
    Enter all these commands in bash terminal
    wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh

    then
    export PATH=$PATH:$HOME/.dotnet:$HOME/.dotnet/tools

    then
    export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1

    then you can check the version using
    dotnet --version

    0 comments No comments

  2. Rakesh Gurram 8,495 Reputation points Microsoft Vendor
    2024-10-07T04:25:33.1033333+00:00

    Hi Yimesgen Morka,

    Thanks for bringing this to our notice.

    Our team is aware of this issue and is actively working on a solution.

    In the meantime, we ask that you complete the Learning Paths without the exercise modules. We will provide updates as soon as we have more information.

    Thank you for your patience and understanding.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.