Great video. Your cadence and overall presentation was great.
@jorgerodriguezdelavega67182 жыл бұрын
Great video and explanations! It was my first time creating a nuget package and I got it working in 10 minutes. Thank you!
@cornemouton27402 жыл бұрын
If your 'pack' is failing, can't find the dll, ensure you have 'GeneratePackageOnBuild' turned off. (Project properties)
@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
@raghur56782 жыл бұрын
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
@eduarfabricioanayaramirez9947 Жыл бұрын
Hello, I have a 401 error when adding the nuget source in visual studio, has this happened to anyone else?
@evertonmouraeverton64982 жыл бұрын
thank you very much, it helped me
@bharathsimha28222 жыл бұрын
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..
@yeica10 ай бұрын
excellent video, thank you
@holm762 жыл бұрын
How would I make Nuget Package Version follow Assembly Version?
@fadge3162 жыл бұрын
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 Жыл бұрын
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?
@davidlopez5723 Жыл бұрын
I have the same error :C
@eduarfabricioanayaramirez9947 Жыл бұрын
Hi, I have had the same error and I solved it by adding the user as a contributor: Build Service ()
@atharvagupta93552 жыл бұрын
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!