Closed getrou closed 2 months ago
How do externals like me work on this without authentication?
How do externals like me work on this without authentication?
The feed is public, so you can still pull from the feed!
If you need to bring in new packages, then until a Microsoft employee populates the secure feed, you are still free to access nuget.org from your local build in one of the following ways:
Your machine will cache the packages, so this is something you'd only have to do once when you're first changing the packages. I know this is an extra step, so I'm looking into ways to make it painless, but this new feed is a security feature that we are required to add.
Rather than pulling directly from nuget.org, the build will now pull from a managed public nuget feed. The new nuget feed still upstreams to nuget.org and caches any package pulled from nuget.org. The major difference in operation is that the first time that a new package or version is pulled from an upstream source, it requires authentication by a Microsoft employee.