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.
@TellaTrix3 жыл бұрын
Wow, You have very good skills to teach. Appreciated your work.
@karimwahby76333 жыл бұрын
Such an awesome tutorial, thank you very much for taking the time and putting in the effort to create it.
@sechabamotaung85522 жыл бұрын
That last part, awsome.
@fxmdr823 жыл бұрын
Amazing video, the info that I searching for, thanks!!!!
@ericgoudriaan61144 жыл бұрын
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.
@armandoromanrodriguez32873 жыл бұрын
Awesome, thanks for this great tutorial.
@TellaTrix4 жыл бұрын
Very perfect demo neet and clean explanation.
@DheerajKumar-lx9gp4 жыл бұрын
nice and simple planned tutorial, very helpful
@FernsDad2 жыл бұрын
Life saver... Thank you so much.
@andrewschonnesen7100 Жыл бұрын
Awesome! Solved an issue I was having :)
@vokeejenavi37804 жыл бұрын
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!
@speakerbugsounds98715 жыл бұрын
Thanks for the vid mate, very useful!
@brianprl75134 жыл бұрын
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)"
@pankajpanther65773 жыл бұрын
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?
@carlosf26902 жыл бұрын
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?
@dimay6224 жыл бұрын
Thanks a lot for that video!
@DraaElMizan4 жыл бұрын
Great tutorial. Thank you so much.
@pyarigopal85544 жыл бұрын
Great video. Thanks a lot
@zebcode4 жыл бұрын
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?
@manaspal52 жыл бұрын
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?
@mfedatto3 жыл бұрын
Awesome content! Thanks!!!
@Mo-ef9yt3 жыл бұрын
Excellent video
@stefanobaldini42714 жыл бұрын
If I only had found this video before instead of learning these things reading tons of stuff T.T
@antonyndungu55144 жыл бұрын
Great tutorial
@BohdanBenetskyi5 жыл бұрын
Yeah, it's a great tutorial!!!
@CUERVO120710 ай бұрын
you rock man!
@njaleide67253 жыл бұрын
How on earth did you figure all this out? The docs leave out almost all of this. Good job
@zebcode4 жыл бұрын
Any chance you could update this to work with Azure's new UI and yaml files?
@cmcki20084 жыл бұрын
Thank you
@discovery-dx3ry5 жыл бұрын
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.
@thericefarmer3 жыл бұрын
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.