Azure Pipelines - Release

2019 ж. 6 Қар.
67 222 Рет қаралды

In this episode, part 2 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 continues where he left off in Part 1 (channel9.msdn.com/Shows/Visua...) and demonstrates more on Build pipelines. He then shows how to create a Release pipeline, also known as continuous deployment, which deploys the solution after a successful build.
To learn more about DevOps, go to aka.ms/vst/azuredevopsdocs.

Пікірлер
  • Great 2 videos, and perfect timing we are finally setting up CI/CD at work. Thanks again!

    @andrewsheley@andrewsheley4 жыл бұрын
    • what' s the other one?

      @DavidAieta@DavidAieta7 ай бұрын
  • Nice demo! Watched both parts. Thanks.

    @mosampatel7059@mosampatel7059 Жыл бұрын
  • Very nicely explained. Please keep making more such videos.

    @suprotimroy@suprotimroy3 жыл бұрын
  • Great Videos for someone new to CI/CD pipelines. Please post similar videos in regards to Azure ARM Templates & Terraform Modules.

    @lionheart2663@lionheart26633 жыл бұрын
  • Very good content, thank you!

    @moherna3323@moherna33234 жыл бұрын
  • nice job thanks

    @drdexter33@drdexter334 жыл бұрын
  • What are the scenarios to continue using "Release Pipeline" considering that "Pipelines" now support both build and deployment? I am using Release pipelines as I dont want to perform deployment every time there is a new build but what is else there we should stick with Release Pipelines?

    @georgezviadgoglodze7810@georgezviadgoglodze78102 жыл бұрын
  • Glorious team of one !!!! lol :)

    @suprotimroy@suprotimroy3 жыл бұрын
  • Getting confusing signals here from Microsoft. From a video from late 2019, this is using the GUI, when we are told to use YAML now?

    @nmca7071@nmca70714 жыл бұрын
    • You can still use the old GUI, yaml is far better to start using. Yaml file gets added to your repo and you have more capabilities

      @robertdickens1975@robertdickens19753 жыл бұрын
  • very good!

    @pricilaleitesilva@pricilaleitesilva Жыл бұрын
  • how do we release by installing into AWS or local driver(folder). Also how to release window app, thanks.

    @hoitieu8823@hoitieu88238 ай бұрын
  • Thank you

    @aperezNWO@aperezNWO3 жыл бұрын
  • Do you think the build pipeline showed as pipeline is actually a bug?

    @GG-uz8us@GG-uz8us4 жыл бұрын
  • Very good video

    @sathyar2609@sathyar26092 жыл бұрын
  • i started watching the pipelines section... and i hear as one of the deployment targets a "iis website with sql server" - if i'm deploying a frontend, what would sql server have to do that releasing a frontend??? i am in fact using sql server..... but when i release my react app and c# api, im not really releasing anything as far as the sql server is concerned.

    @spencercooper1603@spencercooper16033 жыл бұрын
  • My build is queued but no other builds are running. Anyone have the solution for this?

    @sukeshreddy463@sukeshreddy4633 жыл бұрын
  • very helpfull thanks

    @Popc1007@Popc10072 жыл бұрын
  • I’m looking for the backend architecture for Azure DevOps data mining. I need to be able to build custom reports to show test results, test development, project development, velocity burnup and burndown, points assigned & completed per employee per release & sprint, etc. etc. Previously I was pulling everything from the On-Prem TFS_Warehouse. If you can point me toward any resource that can provide more details on how to access the necessary data I would appreciate it.

    @albertamoyaw4614@albertamoyaw46144 жыл бұрын
  • Realise pipeline not showing for me, how to fix?

    @suryaprabhasharma6631@suryaprabhasharma6631Ай бұрын
  • When test case gets failed in build it's should ask for approval in release pipeline is this possible in azure devops

    @SpiritualAdda00@SpiritualAdda00 Жыл бұрын
  • Hey, this is cool stuff but I've been using it for at least a year so.....when will you allow to use yaml to define release pipelines???

    @danieledreira3038@danieledreira30384 жыл бұрын
    • yaml release pipelines have been available for a while.

      @csmithDevCove@csmithDevCove4 жыл бұрын
  • Hi! Would the DevOps person do the change or would the he send back comments to the programmer to change

    @Tt-wm1ze@Tt-wm1ze3 жыл бұрын
  • y is release not also in yaml

    @davidkerr7@davidkerr72 жыл бұрын
  • Is there a way to require that a PR builds and passes all tests before it is merged into development?

    @jeffreyandrews3057@jeffreyandrews30574 жыл бұрын
    • I have not used this feature but if you go into your Repos->Branches section and select ... (More) on the master branch you can choose an item called Branch Policies. In here you can set up different things around PR's and one of them is that the Build as in pipeline must succeed before PR is allowed into the master branch. Hope it meets your needs

      @soerenvesti@soerenvesti4 жыл бұрын
    • Yes.. it requires you to set up branch policy so that next time u raise a PR, a pipeline (PR pipeline) runs to make sure everything is fine before u complete the pr and merge your changes to master.. if it succeeds, u then merge the pr to main else reject it. Usually known as the prebuild process.

      @sandy73rocks@sandy73rocks2 жыл бұрын
  • These features are also available in TFS , what is new here?

    @pt7309@pt73094 жыл бұрын
  • Except when you want to do all the stuff you get rate limited.

    @TrevorFourie@TrevorFourie4 жыл бұрын
  • Why not a ONE pipeline for both (build & release) ?

    @LEHINS@LEHINS3 жыл бұрын
    • On same thing I was confused and found same. Now we can build and deploy during build stage only but then question is what is use of release option.

      @vithalwadjec97@vithalwadjec973 жыл бұрын
    • @@vithalwadjec97 Stages weren't available back then.

      @reneschindhelm4482@reneschindhelm44822 жыл бұрын
KZhead