When trying to run pipeline build on Azure DevOps,I'm receiving following error:
##[error]The nuget command failed with exit code(1) and error(NU1101: Unable to find package ComponentSpace.Saml2.Licensed. No packages exist with this id in source(s): NuGetOrg
Can someone point me to the article of how to include the licence? or can tell me how to fix it to pass the build?
thanks
NuGet Error NU1101 means the package cannot be found on any sources.
https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1101