Azure Pipelines - Build

preview_player
Показать описание
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.

Комментарии
Автор

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

suprotimroy
Автор

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

everyonesview
Автор

Great explanation and great info. Thank you very much.

farmer
Автор

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

BreadWinner
Автор

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

susmitdey
Автор

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

ralphw
Автор

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

Tolg
Автор

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

shailenderpal
Автор

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

tenminutetokyo
Автор

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

wish_srivastava
Автор

The slice of type Execution is Aborted beacuse of error: Could you provide some suggestion on this

r.nageshgoud
Автор

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

alword
Автор

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?

pt
Автор

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

davidjackson
Автор

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

nitinchandra
Автор

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

stuartdotnet