User297458589 posted
I have an application that utilizes a package from the Azure Artifact Feed Nuget Package
When I run my DevOps pipeline to publish my application to my server, I keep getting this error:
[error]Error: The process 'D:\a_tool\dotnet\dotnet.exe' failed with exit code 1
[error]Packages failed to restore
I am also unsure if this Devops pipeline is correct:

The step called Azure Artifact Restore DS is the one that connects this pipeline to the nuget package
I am unsure on how to continue.