I have used my own nuget package in my solution for this we added package source to nuget package manager to my solution. From visual studio my solution in perfectly building and working as we excepted.
When we try to create a build pipe line , we have a build issues due to my package source is not present in pipeline Task.
How to add / configure my own nuget package to Azure DevOps build pipeline
[error]The nuget command failed with exit code(1) and error(Errors in packages.config projects
Unable to find version '0.9.2.15772' of package 'MyValidater'.
https://api.nuget.org/v3/index.json: Package ''MyValidater'.0.9.2.XXXXX' is not found on source 'https://api.nuget.org/v3/index.json'.)
[error]Packages failed to restore
Finishing: NuGet restore
Thanks in Advance.