I am trying to create a build and release pipeline for creating a nuget package using Azure Devops. I am new to this. I have the following steps, Build Steps
The details of each step as below, Nuget Restore
I have added a release pipeline as below, Release pipeline
with detail as below, Nuget Push
I am getting an error as below when trying to push the nuget package as below.
I tried different variations of the "path to package" option in nuget push, but with no joy,
Any help is really appreciated.