user11708158
user11708158

Reputation:

Created a NuGet pipeline in azure devops

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

Upvotes: 0

Views: 113

Answers (2)

user11708158
user11708158

Reputation:

Install-Package EnterpriseLibrary.ExceptionHandling.Logging -Version 5.0.505

Upvotes: 1

Levi Lu-MSFT
Levi Lu-MSFT

Reputation: 30313

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

Upvotes: 0

Related Questions