Continuous Builds with your GitHub projects using Azure Pipelines

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • In this longer training video you'll learn how to take a GitHub repo and add continuous builds using Azure Pipelines. We will walk you through each step in taking a Node.js GitHub project and adding continuous builds to validate the code quality of each pull request. All using the free for open source projects Azure Pipelines service.
    Speaker: Edward Thomson
    - Get Started: azure.com/pipelines
    - Documentation - Azure Pipelines: docs.microsoft.com/azure/devo...
    - Documentation - Azure Pipelines + GitHub CI: docs.microsoft.com/azure/devo...
    - Azure Pipelines GitHub Extension in CI marketplace: github.com/marketplace/azure-...
  • Věda a technologie

Komentáře • 10

  • @TheChodex
    @TheChodex Před 5 lety +3

    Clear, simple and fast! Thanks VS Team for this great tutorial!

    • @Antares070
      @Antares070 Před 4 lety

      Agree!,thanks for this tutorial, has helped me a lot too

  • @saruncse85
    @saruncse85 Před 2 lety

    Thank you so much for explaining it very well

  • @KellyDC
    @KellyDC Před 5 lety

    Awesome example to start CI. Any CD tutorial for Azure DevOps?

  • @1oh169
    @1oh169 Před 5 lety +6

    If this is the official Microsoft visual studio channel? They are using safari/Mac os. what?

  • @avdhootmahale378
    @avdhootmahale378 Před 3 lety

    Awesome CI example. Any CD tutorial for github?

  • @wittttttt
    @wittttttt Před 5 lety

    If the test fails, will the code be committed anyway? Or will it be reverted?

    • @GG-uz8us
      @GG-uz8us Před 5 lety

      neither. The code is not gonna committed until the pull request got proved.

  • @RomanYankin
    @RomanYankin Před 3 lety +1

    The problem with all these videos is that they UI changes so much every 6 months that it just doesn't look like anything like on that video and these step by step instruction are very hard to map to the new UI