fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.

Home Page:https://fsprojects.github.io/Paket/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Paket Restore task should not treat warnings as errors

Flohack74 opened this issue · comments

Description

We have again the problem with #3969 this time with UAP10.0.17763

Repro steps

Use Microsoft.Identity.Client latest version and use Paket Restore task 0.4.5

Expected behavior

Paket Restore task works without issues.

Actual behavior

Paket Restore task treats warning as errors and stops.

Note that the same works on commandline with paket, as there it is just a warning.

@matthid any ideas on that?

See also #4176