0
votes

I have created a NuGet pipeline as my build pipeline in my Azure devops. AM getting some error while building the pipeline

error message

pipeline

2

2 Answers

1
votes

Install-Package EnterpriseLibrary.ExceptionHandling.Logging -Version 5.0.505

0
votes

You can try checking the Restore NuGet Packages option in the build tasks. Sometimes the retore nuget option need to be check in VSBuild task too.

enter image description here