arcade icon indicating copy to clipboard operation
arcade copied to clipboard

Add local internal tools restore target

Open ViktorHofer opened this issue 6 years ago • 3 comments

With https://github.com/dotnet/corefx/pull/36560 we added a target which restore internal tools locally. This is needed for tools like TestILC. We download/install the nuget credentials provider and invoke dotnet restore --interactive on eng/internal/Tools.csproj.

We should bring that functionality upstream into arcade.

ViktorHofer avatar Apr 03 '19 18:04 ViktorHofer