Wyam2 / wyam

A modular static content and static site generator written in .NET. Fork of Wyam project.
https://wyam2.github.io/
MIT License
6 stars 1 forks source link

Wyam NuGet package retrieval fails against Azure DevOps package feeds. #11

Open savornicesei opened 3 years ago

savornicesei commented 3 years ago

Issue by rpriest1260 Friday May 01, 2020 at 16:31 GMT Originally opened as https://github.com/Wyamio/Wyam/issues/11


The latest Wyam version (2.2.9) does not appear to load nuget plugins, and thereby the Azure DevOps (ADO) credential manager (see Use NuGet with Azure DevOps Services feeds.) As such, it cannot handle the latest authentication techiques, and will fail to retrieve or access packages stored there. It should load the credentials, and make them accessible to all nuget http\s calls, as is done in the latest version of the Nuget.exe command line (4.8.2 ++). See Nuget.Client/Command.cs Line:209, for reference