How to Create and Publish a NuGet Package to an Internal Feed using Azure Devops Pipelines

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

КОМЕНТАРІ • 16

  • @DotnetDummies
    @DotnetDummies 9 годин тому

    Great video. Thank you

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

    Great video. Your cadence and overall presentation was great.

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

    Great video and explanations! It was my first time creating a nuget package and I got it working in 10 minutes. Thank you!

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

    Hi there, thanks for the great tutorial. Quick question, since you've added .gitignore, bin and obj folders will not be commited, when the second job runs, the respository will be checked out again and you won't be able to find the project dll (that's what's happening to me right now), I wonder if your gitignore dindn't ignore those folder for your pipeline to run

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

    thank you very much, it helped me

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

    thanks for the video.. my question is i have two organisations , i want to push the Nuget packages to the Both organisation. how can i push it. is that possible? can yu plz help me in this

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

    If your 'pack' is failing, can't find the dll, ensure you have 'GeneratePackageOnBuild' turned off. (Project properties)

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

    awesome video. Do you by any chance have this yaml code somewhere? I want to edit and use it for my project, but I don't see it in your GitHub repo. Any help would be much appreciated!

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

    Hi we are using now jfrog artifactory present we are moving jfrog artifactory to azure artifacts please guide how to use the azure artifacts and azure feed the project is total salesforce..

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

    How would I make Nuget Package Version follow Assembly Version?

  • @eduarfabricioanayaramirez9947

    Hello, I have a 401 error when adding the nuget source in visual studio, has this happened to anyone else?

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

    Anyone else getting an failure when restoring? Any help? It seems to fail restoring the test project because it cannot access the actual package

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

    I have that error : Info: Azure Pipelines hosted agents have been updated and now contain .Net 5.x SDK/Runtime along with the older .Net Core version which are currently lts. Unless you have locked down a SDK version for your project(s), 5.x SDK might be picked up which might have breaking behavior as compared to previous versions.
    Anyone has the same?

  • @yeica
    @yeica 7 місяців тому

    excellent video, thank you