dotnet / arcade

Tools that provide common build infrastructure for multiple .NET Foundation projects.
MIT License
667 stars 345 forks source link

Go back to older SetupNuGetSources.ps1 #14862

Closed mmitche closed 3 months ago

mmitche commented 3 months ago

The new version of SetupNuGetSources.ps1 and associated templates should work equivalently to the old script, but appears to have odd behavior in some repos. It doens't seem to work at all in aspnetcore, and SDK has a few scenarios where using env vars for the creds instead of the cleartext cred does not work. Furthermore, some repos may rely on the nguet.config containing creds for some test scenarios.

This PR simplifies the cred transition for now.

To double check:

mmitche commented 3 months ago

Still need some verification here.

ViktorHofer commented 3 months ago

Note that roslyn and runtime's official builds are also failing.

mmitche commented 3 months ago

Note that roslyn and runtime's official builds are also failing.

Those are unrelated. This are only an issue in repos that use SetupNuGetSources