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
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
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..
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?
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!
Great video. Your cadence and overall presentation was great.
Great video and explanations! It was my first time creating a nuget package and I got it working in 10 minutes. Thank you!
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
If your 'pack' is failing, can't find the dll, ensure you have 'GeneratePackageOnBuild' turned off. (Project properties)
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
Hello, I have a 401 error when adding the nuget source in visual studio, has this happened to anyone else?
How would I make Nuget Package Version follow Assembly Version?
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..
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?
I have the same error :C
Hi,
I have had the same error and I solved it by adding the user as a contributor:
Build Service ()
thank you very much, it helped me
excellent video, thank you
Anyone else getting an failure when restoring? Any help? It seems to fail restoring the test project because it cannot access the actual package
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!
Great video. Thank you