Azure DevOps Publish a Nuget Package

Поділитися
Вставка
  • Опубліковано 25 жов 2024

КОМЕНТАРІ • 34

  • @TellaTrix
    @TellaTrix 3 роки тому

    Wow, You have very good skills to teach. Appreciated your work.

  • @jakubiszon6495
    @jakubiszon6495 3 роки тому +1

    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.

  • @karimwahby7633
    @karimwahby7633 3 роки тому +1

    Such an awesome tutorial, thank you very much for taking the time and putting in the effort to create it.

  • @sechabamotaung8552
    @sechabamotaung8552 2 роки тому +1

    That last part, awsome.

  • @fxmdr82
    @fxmdr82 3 роки тому

    Amazing video, the info that I searching for, thanks!!!!

  • @armandoromanrodriguez3287
    @armandoromanrodriguez3287 3 роки тому +1

    Awesome, thanks for this great tutorial.

  • @TellaTrix
    @TellaTrix 4 роки тому

    Very perfect demo neet and clean explanation.

  • @andrewschonnesen7100
    @andrewschonnesen7100 Рік тому

    Awesome! Solved an issue I was having :)

  • @DheerajKumar-lx9gp
    @DheerajKumar-lx9gp 4 роки тому

    nice and simple planned tutorial, very helpful

  • @FernsDad
    @FernsDad 2 роки тому

    Life saver... Thank you so much.

  • @ericgoudriaan6114
    @ericgoudriaan6114 4 роки тому +3

    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.

  • @speakerbugsounds9871
    @speakerbugsounds9871 4 роки тому +1

    Thanks for the vid mate, very useful!

  • @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?

  • @pankajpanther6577
    @pankajpanther6577 2 роки тому

    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?

  • @dimay622
    @dimay622 4 роки тому +1

    Thanks a lot for that video!

  • @DraaElMizan
    @DraaElMizan 4 роки тому

    Great tutorial. Thank you so much.

  • @stefanobaldini4271
    @stefanobaldini4271 4 роки тому +1

    If I only had found this video before instead of learning these things reading tons of stuff T.T

  • @brianprl7513
    @brianprl7513 4 роки тому +1

    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)"

  • @Mo-ef9yt
    @Mo-ef9yt 3 роки тому

    Excellent video

  • @mfedatto
    @mfedatto 3 роки тому

    Awesome content! Thanks!!!

  • @pyarigopal8554
    @pyarigopal8554 4 роки тому +1

    Great video. Thanks a lot

  • @antonyndungu5514
    @antonyndungu5514 3 роки тому +1

    Great tutorial

  • @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?

  • @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!

  • @njaleide6725
    @njaleide6725 3 роки тому

    How on earth did you figure all this out? The docs leave out almost all of this. Good job

  • @CUERVO1207
    @CUERVO1207 8 місяців тому

    you rock man!

  • @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?

  • @discovery-dx3ry
    @discovery-dx3ry 4 роки тому

    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 роки тому +1

      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.

  • @BohdanBenetskyi
    @BohdanBenetskyi 4 роки тому +1

    Yeah, it's a great tutorial!!!

  • @cmcki2008
    @cmcki2008 4 роки тому +1

    Thank you

  • @zebcode
    @zebcode 4 роки тому

    Any chance you could update this to work with Azure's new UI and yaml files?

  • @Atwind4Tube
    @Atwind4Tube 4 роки тому

    nice tutorial.

  • @AnhNguyen-vu7mc
    @AnhNguyen-vu7mc 4 роки тому

    can I have the yaml file please