Azure DevOps Publish a Nuget Package

  Рет қаралды 30,145

MasterVisualStudio

MasterVisualStudio

Күн бұрын

Пікірлер
@jakubiszon6495
@jakubiszon6495 3 жыл бұрын
Very nice tutorial! I tried running the same for a .net5 library and it was failing. I needed to add "use net framework" task with version set to "5.0.0" and also update the "use nuget" task to version "5.8.x" and it worked.
@TellaTrix
@TellaTrix 3 жыл бұрын
Wow, You have very good skills to teach. Appreciated your work.
@karimwahby7633
@karimwahby7633 3 жыл бұрын
Such an awesome tutorial, thank you very much for taking the time and putting in the effort to create it.
@sechabamotaung8552
@sechabamotaung8552 2 жыл бұрын
That last part, awsome.
@fxmdr82
@fxmdr82 3 жыл бұрын
Amazing video, the info that I searching for, thanks!!!!
@ericgoudriaan6114
@ericgoudriaan6114 4 жыл бұрын
Thanks for the clear tutorial. When specifying the version you use the DayOfYear. When the next year starts this will be reset to 1, thus will not be incrementing. The major and minor versions can have a max value of 255 (for at least assembly and assembly file version). The build version can have a max value of 65535. What can be a good strategy of versioning? Thanks.
@armandoromanrodriguez3287
@armandoromanrodriguez3287 3 жыл бұрын
Awesome, thanks for this great tutorial.
@TellaTrix
@TellaTrix 4 жыл бұрын
Very perfect demo neet and clean explanation.
@DheerajKumar-lx9gp
@DheerajKumar-lx9gp 4 жыл бұрын
nice and simple planned tutorial, very helpful
@FernsDad
@FernsDad 2 жыл бұрын
Life saver... Thank you so much.
@andrewschonnesen7100
@andrewschonnesen7100 Жыл бұрын
Awesome! Solved an issue I was having :)
@vokeejenavi3780
@vokeejenavi3780 4 жыл бұрын
Great tutorial! Question i have is - what do I do when I have more than 1 dependency? - at nuget restore, I can only select 1 feed!
@speakerbugsounds9871
@speakerbugsounds9871 5 жыл бұрын
Thanks for the vid mate, very useful!
@brianprl7513
@brianprl7513 4 жыл бұрын
Here is what I did to prevent the same version number when the year roles over. I simply put the year in for the minor version number. Example: "1.$(Date:yy).$(DayOfYear)$(rev:.r)"
@pankajpanther6577
@pankajpanther6577 3 жыл бұрын
Hi, greate tutorial jeff, helped a lot to understand the process.... Just 1 doubt, in tutorial you have demonstrated using .net core project, just wanted to know if it is also possible for .net framework based project as well? If yes do we have the same steps as you have mentioned in the video?
@carlosf2690
@carlosf2690 2 жыл бұрын
Thanks for the tutorial. Quick question, can I publish a NuGet into a different collection? Or can I restore the NuGet from a different collection?
@dimay622
@dimay622 4 жыл бұрын
Thanks a lot for that video!
@DraaElMizan
@DraaElMizan 4 жыл бұрын
Great tutorial. Thank you so much.
@pyarigopal8554
@pyarigopal8554 4 жыл бұрын
Great video. Thanks a lot
@zebcode
@zebcode 4 жыл бұрын
Great tutorial, I learnt a lot from it but I was looking for a way to publish to the public nuget market. I can't seem to find a way to get this working?
@manaspal5
@manaspal5 2 жыл бұрын
There is option to select only one feed in NuGet restore. But my solution using nuget packages from multiple feeds. How can I configure it in CI pipeline?
@mfedatto
@mfedatto 3 жыл бұрын
Awesome content! Thanks!!!
@Mo-ef9yt
@Mo-ef9yt 3 жыл бұрын
Excellent video
@stefanobaldini4271
@stefanobaldini4271 4 жыл бұрын
If I only had found this video before instead of learning these things reading tons of stuff T.T
@antonyndungu5514
@antonyndungu5514 4 жыл бұрын
Great tutorial
@BohdanBenetskyi
@BohdanBenetskyi 5 жыл бұрын
Yeah, it's a great tutorial!!!
@CUERVO1207
@CUERVO1207 10 ай бұрын
you rock man!
@njaleide6725
@njaleide6725 3 жыл бұрын
How on earth did you figure all this out? The docs leave out almost all of this. Good job
@zebcode
@zebcode 4 жыл бұрын
Any chance you could update this to work with Azure's new UI and yaml files?
@cmcki2008
@cmcki2008 4 жыл бұрын
Thank you
@discovery-dx3ry
@discovery-dx3ry 5 жыл бұрын
I have followed all the steps and the pipeline has successfully built. I could not see the Artifacts: Drop, what am I missing, please help? The option is simply not there. I have repeated steps without luck.
@thericefarmer
@thericefarmer 3 жыл бұрын
I know this is old but for new comers, the new DevOps UI dropped the 'Artifacts' button on the build . Now at the page showing the info for the run, your heading shows 'Related' header. Under that you see 1 Published or such. Click that and you will see the Drop folder.
@AnhNguyen-vu7mc
@AnhNguyen-vu7mc 4 жыл бұрын
can I have the yaml file please
@Atwind4Tube
@Atwind4Tube 4 жыл бұрын
nice tutorial.
How to Create a CI/CD Pipeline in Azure DevOps | Azure DevOps Tutorial
54:22
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Creating NuGet Packages the easy way with .NET Standard in C#
1:14:57
Azure DevOps - How to easily setup a local build agent
15:45
MasterVisualStudio
Рет қаралды 40 М.
Сборник Эксклюзивов 2024 - Уральские Пельмени
1:33:24
Уральские Пельмени
Рет қаралды 903 М.
Step by Step - Use Azure DevOps to Test, Build and Deploy an API
1:20:27
DevOps for ASP.NET Developers: Hosting NuGet Packages
14:55
Deploy a .NET Core API with Docker (Step-by-Step)
36:17
Les Jackson
Рет қаралды 260 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 340 М.
(Simple?) Real World Azure Pipelines YAML Walkthrough
22:09
Julie Ng
Рет қаралды 32 М.
Azure Pipelines - Build
22:07
Microsoft Visual Studio
Рет қаралды 71 М.
Intro to Azure DevOps - Source Control, CI/CD, Automation, and more
32:14