RIP Abel, we will miss people sharing content like you.
@arcticape4452 жыл бұрын
Wait he died?
@DTownsJokr2 жыл бұрын
@@arcticape445 cancer.
@amisner2k6 жыл бұрын
One of the most animated, engaging, charismatic and lively speakers I've seen presenting a Microsoft technology to date. Well done.
@johnfromireland75512 жыл бұрын
Fully agree. And I had the privilege of attending one of his presentations, in person, in Belgium! :-)
@yurichou87623 жыл бұрын
I had just started watching your videos DevOps. Yesterday I heard the news. RIP Sir💐
@Nobodyyoucarabout4 жыл бұрын
Nice to see Herman Li found a job after Dragonforce.
@klhmia3 жыл бұрын
Haha wow, thank you! I knew he seemed familiar for some reason - that's exactly who I was thinking of 🤣
@taksiobs Жыл бұрын
Hahahaha! Now, my respect to Herman Li has increased.
@ncvman2 жыл бұрын
First guy on youtube I can understand teaching pipelines.
@danielbargs2 жыл бұрын
Gave me confidence to use Azure DevOps. He's a great, smart, empathetic and convincing speaker! Thank u!
@martamasson89413 жыл бұрын
Forever Abel! You will always be remembered 😇
@matthewFerler5 жыл бұрын
I like the way that Abel explained this topic. Very enthusiastic.
@ForZe2View6 жыл бұрын
Guess what? If this guy is explaning stuff, no matter the topic, i will listen. If he does more content - Hurray!
@DuanWalkerTheCPUTutor6 жыл бұрын
LOL!
@aldouszodiac5 жыл бұрын
A 'DRY' comment :-)
@emilalipiev74725 жыл бұрын
he is awesome. he beat the cancer recently. it was a really great news. i wish him a lot of health.
@IamPali20242 жыл бұрын
I don’t know what’s better, the presenters amazing energy or the fabulous tools provided by Microsoft 😀
@minstreltokunbo2 жыл бұрын
I rarely looked at the blue screen!
@danielbargs2 жыл бұрын
Both!
@123Dalmatino5 жыл бұрын
I really was ridiculously easy to integrate my project with Azure Pipeline. Can confirm - totally.
@fc1984fc5 жыл бұрын
Not enough explanation regarding how the yaml file was changed.
@XcpRevolution4 жыл бұрын
Basically, he adds two tasks, which can be done through the editor, First a file copy task as he wants the finished artifact to be moved from the sources directory to the build artifact staging directory so that when he makes a release he is able to select the artifact. Second, he adds a publish build artifact task to upload the artifact that was just moved, to the azure cloud. That way he can download it on his deployment release. I am no expert here, super beginner but that is what i understood.
@douglascavalheirobr6 жыл бұрын
Awesome, I start using azure pipelines with the templates that are provided. This video gives me more knowledge to optimize my buids
@Tolg4 жыл бұрын
The hocus pocus magic and the tricky work is in creating the "Oh let me just add a couple of tasks here" in the Yaml file to publish the right output to the right locations. Fancy hand trick that makes it look easy, but isn't. The Deployment/Release steps fail miserably if you don't get the magic publish steps right, and with very poor error output that leaves you wondering what is wrong. Why do the default templates not already include the magic publish steps?
@ab12gu3 жыл бұрын
I came here just to see the magic, but then he didn't explain lol
@thomasjbyrne13 жыл бұрын
Totally!!
@johnfromireland75512 жыл бұрын
Lols! Good to see you entertained by the video!
@larsoleruben4 жыл бұрын
ridiculously simple is the overstatement of the century! It is opaque and complicated and hard to debug.
@chaosknight31755 жыл бұрын
Very clear. I like his presentation. He's into this stuff.
@coanjos5 жыл бұрын
This dude can teach anything.
@aesopcarl4 жыл бұрын
"All you have to do is post 25 lines of code that you will get no explanation about and voila - that is all you have to do." whaaaa?
@ihebbibani71223 жыл бұрын
hahahaha , there a lot of teachers like this , It's really annoying and voila
@c_charlie3 жыл бұрын
Through the pipe and flames
@Breaksnbeats5 жыл бұрын
Would be nice if your documentation explained all this. Just saying.
@shuvbhowmickbestinАй бұрын
RIP Abel.
@eseasycsacademy17783 жыл бұрын
"And Hooray for that!" Thanks!
@luisfernandomoraes97785 жыл бұрын
Awesome! Congrats guys!
@Juan-Hdez9 ай бұрын
Useful. Thank you.
@tomthumb20574 жыл бұрын
Great beginning talk thank you:)
@MK-cj7yx2 жыл бұрын
Fantastic explanation :)
@kumarankit24972 жыл бұрын
Great explanation tysm
@hankahm51054 жыл бұрын
It is conceptual intro, any specific tasks will be helpful to start my own pipeline.
@zimcanit6647 Жыл бұрын
You're the man
@lameirat4 жыл бұрын
Nice tutorial!! One question please. It 's possible run pipeline using rest API. I have an a pipeline that will run a command "terraform apply". I would like to know if from an application i developed, is possible to call an endpoint to run that pipeline. Thank you ;)
@warmad25969 ай бұрын
Does anyone know if there is a tutorial for Pipline with Unreal Engine?
@devilleassociates23434 жыл бұрын
I love this guy
@parthalnsel39974 жыл бұрын
I am totally new to Azure DevOps. I am an Android Developer. I came to know that using Azure DevOps my Application can be published in Google PlayStore using CI pipelines. But my question is if I made a few changes can my application get updated without installing Apk or update from the playstore. Please let me know, this is a bit urgent for me.
@puneethchidura37134 жыл бұрын
Hi Team, while running the pipeline i have encountered the following error. /azure-pipelines-2.yml (Line: 33, Col: 1): Unexpected value '-task',/azure-pipelines-2.yml: (Line: 34, Col: 9, Idx: 913) - (Line: 34, Col: 9, Idx: 913): Mapping values are not allowed in this context. please help me resolving the same. Many thanks in advance
@ahmadkharsah3 жыл бұрын
RIP Abel!
@lancezhang8922 жыл бұрын
May I know whether the Unit test or build is set in yml file?
@danielbartley516 Жыл бұрын
RIP Abel
@Linkario864 жыл бұрын
Thank you Abel, very cool
@saisidharthamuthyala45645 жыл бұрын
is there any code review in azure repo, like git with gerrit? if yes pls reply? for deployment we are using reviewers but i want my sorce code at azure repo very approved code.
@ana-lx7ty5 жыл бұрын
its really good, can i have a project which is gone through the complete CI/CD pipeline?
@cseanil4 жыл бұрын
Can someone help me in how to get a detailed report of service connections information under a Devops project, which should include - Service Connection Name, Client ID, Who created it, When was the last time used
@ZishanAnsari19834 жыл бұрын
How to integrate the unit test project manually into azure pipeline, any link?
@notmynormalusername15 жыл бұрын
Wish you got more than 10gb, or there was some configuration for Unreal Engine. Currently I download unreal engine from source and my game code is together larger than 10gb together. I can't even get the engine alone and build it with pipelines. Very cool, just doesn't suit (large) game development needs yet.
@Minaxisachani5 жыл бұрын
Is it possible to deploy classic asp code?
@dn54266 жыл бұрын
Azure Pipelines lacks build caching which is a deal breaker; my pipeline takes 6min in total and it spends 5min of that just on installing dependencies from scratch.
@vectorhacker-r25 жыл бұрын
dn you can use artifacts to simulate cache or use a remote cache like you’d use in Bazel
@carlosacchi18743 жыл бұрын
Rip Abel 💙
@Breaksnbeats5 жыл бұрын
Also, please explain how the "Package or folder" option affects the build. You breezed over one of the most important config options with no explanation.
@vipuldiwan4 жыл бұрын
How to transfer build code to azure VM (nginx) .?
@Boss365_allday4 жыл бұрын
Awesome!
@fasooly19926 жыл бұрын
Hello can someone tell me if can deploy to an amazon web server using Azure pipeline
@codeonion5 жыл бұрын
Can you drum a piano?
@williamdavies19775 жыл бұрын
Technically possible. You'd have to refer to two sets of documentation. You'd probably find a solution in one the cloud market places of either cloud service.
@williamdavies19775 жыл бұрын
AWS Tools for Microsoft Visual Studio Team Services - marketplace.visualstudio.com/items?itemName=AmazonWebServices.aws-vsts-tools&targetId=2a26f8ad-275a-4b2e-ae6a-8fc57275b1dd
@noartifice5 жыл бұрын
did he stutter?
@vectorhacker-r25 жыл бұрын
You can and it works
@bobypvarghese51182 жыл бұрын
Uppum mulakum kand vannavurundo
@subashchandrapoudel42574 жыл бұрын
Even microsoft uses Chrome!!
@rghughes6 жыл бұрын
Great paisley maaaaan :)
@PinoyGuitarTutorials4 жыл бұрын
Herman Li of MS
@ryrlubricantes6 жыл бұрын
i don´t unsertand nothing.. becouse he don´t explain what is a pipeline and what is used for... i am a full begginer in this.
@evilvillianinthetrappullin24365 жыл бұрын
Likewise
@Nobo_On_The_Rocks5 жыл бұрын
Just start from dev.azure.com. There you can create a new project. And then follow the steps as he explained.
@christophercaldwell66415 жыл бұрын
If you dont know what a Pipeline is, this is the wrong video to watch. Check out some intro to CI/CD ( continuous integration/ continuous deployment ) videos to get a better understanding of the flow to deploy code.
@mohamedziham93784 жыл бұрын
am i the only one who watched this and tried without a subscription
@UmarAlFarooq3 жыл бұрын
You just selected the group without creating it? I've been struggling with this for hours. It's NOT easy. It's outright foolish the way it's designed. 90% of the people out there will be deploying to a web server. A simple FTP publish option should be primary. That's all you needed to do! Just do the build step then push to FTP. All the other 100s of options can be additional options.
@ryand89923 жыл бұрын
People still deploy using FTP?
@xamarinmaster14035 жыл бұрын
ADOPS may have more builtin build steps, but QuickBuild has better infrastructure
@MimasSciEngArt3 жыл бұрын
Herman Li - Dragonforce
@wittttttt6 жыл бұрын
Can I deploy to other servers beside Azure?
@vectorhacker-r25 жыл бұрын
Don'tBeEvil yep
@hubiaoai3 жыл бұрын
My name is Abel too
@abhijitsengupta66662 жыл бұрын
It doesn't work now - problems in Parallel jobs
@enneydee4 жыл бұрын
i didnt get it.
@tw80094 жыл бұрын
He's cool! :D
@jhonnyyamaniha60335 жыл бұрын
Peru2?
@TheVigiIante3 жыл бұрын
"It is so intuitive"...just have to copy some unreadable stuff from....magicland!
@francoislepron23015 жыл бұрын
You go too fast with the yaml file. We do not understand where this comes from, and beyond explain the line, else make disappear this yaml file from Azure DevOps. I do not want to waste my time in the understanding of this file.
@paulb83455 жыл бұрын
that's auto-generated. Step 3 - Template. You can either add steps manually to the yaml file or use the visual editor.
@adamsolkar3 жыл бұрын
:'(
@FrancisHutchings4 жыл бұрын
Why do ALL Microsoft videos have this condescending patronising tone to them? It is like they think everyone watching is an 8 year child!