Azure Pipelines - Build

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • In this episode, part 1 of 2, Robert introduces you to Azure pipelines, a cloud service that you can use to automatically build and test your code project and make it available to other users. Robert shows how to create a Build pipeline, also known as continuous integration, which builds the entire solution every time you check in code.
    To learn more about DevOps, go to aka.ms/vst/azuredevopsdocs.
  • Věda a technologie

Komentáře • 30

  • @suprotimroy
    @suprotimroy Před 4 lety +3

    Very nicely explained. Looking forward to more.Many thanks for making this video.

  • @everyonesview
    @everyonesview Před 4 lety +3

    Splendid Robert. Looking forward to watching part 2. Many thanks.

  • @richardflores8542
    @richardflores8542 Před 11 měsíci

    Great video. Thank you.

  • @farmer1179
    @farmer1179 Před 2 lety

    Great explanation and great info. Thank you very much.

  • @Hettic
    @Hettic Před 4 lety

    Very nice explanation!!

  • @masaabmushtaq
    @masaabmushtaq Před 4 lety

    NICELY EXPLAINED.

  • @beastworld8109
    @beastworld8109 Před 2 lety

    Thank god. I love you.

  • @rmsoft
    @rmsoft Před 4 lety

    Great job

  • @BreadWinner330
    @BreadWinner330 Před 4 lety +2

    Would be great if you showed us how to roll back to a previous build, other than that awesome tutorial!

  • @hubiaoai
    @hubiaoai Před 3 lety

    Very good

  • @wish_srivastava
    @wish_srivastava Před 4 lety +1

    awesome ..but how to create pipeline for E2E test cases and publish test with yaml pipleline

  • @shailenderpal4072
    @shailenderpal4072 Před 4 lety

    how can we create parameterized build jobs if we have a usecase where we need to have multiple values for single arguments?

  • @Tolg
    @Tolg Před 3 lety +2

    Can you please add a link to part 2 to the notes of this video?

  • @tenminutetokyo2643
    @tenminutetokyo2643 Před 4 lety

    If you have time to keep up with all the learning.

  • @susmitdey9829
    @susmitdey9829 Před 2 lety

    you could demo a continuous delivery through the azure pipelines how you can rollback or roll over

  • @nitinchandra2950
    @nitinchandra2950 Před 4 lety

    How to clone complete repo in YAML pipeline instead of sparse checkout??

  • @ralphw7950
    @ralphw7950 Před 11 měsíci

    Why did you use the classic yaml for the publish artifact task? Is this still an issue in 2023 using VS 2022?

  • @alword
    @alword Před 4 lety

    Cool video, but what about release something by ftp using azure release?

    • @RyanValizan
      @RyanValizan Před 3 lety

      Alword I believe this is already a task option that is available. I am working on a Toolkit for Git extension that will manage moving files between servers using Git & SSH.

  • @r.nageshgoud9297
    @r.nageshgoud9297 Před 3 lety

    The slice of type Execution is Aborted beacuse of error: Microsoft.VisualStudio.Testservice.Vstestadapter.TestsNotfoundException... Could you provide some suggestion on this

  • @davidjackson148
    @davidjackson148 Před 3 lety

    Could you show how to publish to external ftp not on Azure

  • @a11d
    @a11d Před 4 lety +10

    18:10 "Me leaving MS" ?

  • @pt7309
    @pt7309 Před 4 lety

    Is there anyway to specify date and time window in which the build should be deployed , so that we can control the down time of application?

  • @stuartdotnet
    @stuartdotnet Před 4 lety +1

    What if your repo is on Github and you want it to stay there, I know I can connect my pipeline to it, but I'd like to see it as a repo here too

    • @hudsonmbg
      @hudsonmbg Před 4 lety

      Do you mean like having Azure Repos sync with GitHub automatically?

  • @nickhalka
    @nickhalka Před 2 lety

    Part 2 czcams.com/video/UUmgg2xqFxU/video.html

  • @lackshubalasubramaniam7311

    Very well explained